@charset "UTF-8";

/* DEFAULT */
* { margin: 0; padding: 0; border: none; }
html { height: 100%; margin: 0; padding: 0; }
body { height: 100%; background: #b5d9fc url(/gfx_v2/background.png) top center repeat-x; font: 75%/1.3 "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; margin: 0px; padding: 0px; color: #121212; }
#user { background: #ffffff url(/gfx/background_user.png) no-repeat top left; }
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -55px; }
.uwrapper { min-height: 100%; height: auto !important; height: 100%; width: 950px; margin: 0 0 -55px 20px; }
.push { height: 55px; }
input, select, textarea { font: 100%/1.0 "Lucida Grande", Verdana, "Lucida Sans Unicode", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, Sans-serif; }
.inner { width: 960px; margin: 0 auto; text-align: left; }
:focus { outline: 0; }
a { color: #121212; text-decoration: none; } 
a:hover { text-decoration: underline; }

h1 { font-size: 1.6em; line-height: 1.4em; font-weight: normal; color: #000000; }
h2 { font-size: 1.3em; line-height: 1.4em; font-weight: normal; font-style: normal; color: #555555; padding-bottom: 5px; }
h3 { font-size: 1.1em; font-weight: bold; font-style: normal; color: #000000; padding-bottom: 5px; }
h4 { font-size: 1.1em; font-weight: bold; font-style: normal; color: #000000; padding: 0px 0px 1px 0px; }
p { font-size: 1.1em; line-height: 1.4em; color: #242424; padding: 0px 0px 10px 0px; } 

.designform input.f { width: 325px; font-size: 1.3em; padding: 5px; border: 1px solid #cccccc; }
.designform textarea.f { width: 575px; height: 175px; font-size: 1.3em; padding: 5px; border: 1px solid #cccccc;  }
.designform2 input.f { width: 270px; font-size: 1.3em; padding: 5px; border: 1px solid #cccccc; }
.loginform input.f { width: 260px; font-size: 1.2em; padding: 5px; border: 1px solid #5e93ac; }
.userform input.f { width: 97%; font-size: 1.2em; padding: 5px; border: 1px solid #cccccc; }
.userform textarea.f { width: 97%; font-size: 1.2em; padding: 5px; border: 1px solid #cccccc; }
.userform textarea.textsmall { height: 60px; }
.userform textarea.textmedium { height: 115px; }
.userform textarea.textlarge { height: 325px; }
.userform select.f { width: 100%; font-size: 1.2em; padding: 3px; border: 1px solid #cccccc; }
.invalid  { border: 1px solid #990000; color: #990000; }
.error { padding: 2px 0; color: #990000; font-size: 0.9em; font-weight: bold; }

.left { float: left; width: 275px; }
.right { float: right; width: 275px; margin-right: 10px; }

#header { background: #ffffff url(http://www.jobdragon.com/gfx_v2/header_background.jpg) top center no-repeat; height: 85px; padding-top: 15px; }
#header .language { float: right; text-align: right; width: 400px; padding-right: 25px; }
#header .logo { float: left; width: 300px; padding-left: 5px; }
#header .header_info { float: right; width: 650px; margin-top: 10px; }
#header h2 { font-size: 1.2em; color: #183c63; }
#header h3 { font-size: 1.0em; color: #183c63; }

#content .woman { height: 105px; padding: 135px 0px 0px 25px; background: transparent url(/gfx_v2/woman.png) no-repeat top right; }
#content .maininfo { float: left; padding-left: 23px; font-size: 0.9em; color: #888888; }
#content .frontcontainer { height: 40px; width: 630px; background: transparent url(/gfx_v2/white_fade2.png) no-repeat top left; padding: 3px 10px 3px 10px; }
#content .frontlogo { display:table-cell; vertical-align:middle; height: 35px; width: 90px; padding: 0px 7px 0px 7px; }

table.pricing { width: 100%; color: #000000; margin: 0px; padding: 0px; border-collapse: collapse; border: 1px solid #5E93AC; }
table.pricing tr { background-color: #ffffff; }
table.pricing tr.alternative { background-color: #f4fafe; }
table.pricing th { font-size: 1.3em; text-align: right; padding: 15px 10px 5px 0px; }
table.pricing td { font-size: 1.1em; padding: 2px 0px 2px 0px; text-align: right; width: 100px; border-left: 1px solid #e9f5fd; padding: 5px 10px 5px 0px; }
table.pricing .wide { text-align: left; width: auto; padding: 5px 0px 5px 10px; border: none; }

#footer { background: transparent url(/gfx/footer.png) no-repeat top center; height: 55px; width: 950px; margin: 0 0 0 20px; }

#stylemenu {
	background: transparent url("/gfx_v2/menu_background.png") top left no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
	width: 650px;
}

#stylemenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#stylemenu a {
	background: transparent url("/gfx_v2/menu_seperator.png") top right no-repeat;
	font-size: 13px;
	color: #fcfcfc;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 17px 17px 17px;
	text-decoration: none;
}

#stylemenu a:hover {
	background: transparent url("/gfx_v2/menu_hover.png") top center no-repeat;
	color: #ffffff;
}

.box1, .box2, .box3 {
	float: left;
	background: transparent url("/gfx_v2/box_single.png") top left no-repeat;
	width: 270px; height: 200px; padding: 20px;
}
.box2 { margin: 0px 15px 0px 15px; }

.boxwide {
	float: left;
	width: 630px; 
	margin: 0px 0px 0px 19px;
}

.boxwidetop {
	float: left;
	background: transparent url("/gfx_v2/box_double_top.png") top left no-repeat;
	width: 590px; padding: 20px;
}

.boxwidebottom {
	float: left;
	background: transparent url("/gfx_v2/box_double_bottom.png") top left no-repeat;
	width: 630px; 
	height: 12px;
}

button { position: relative; border: 0; padding: 0; cursor: pointer; overflow: visible; }
button::-moz-focus-inner { border: none; }
button span { position: relative; display: block; white-space: nowrap; }
@media screen and (-webkit-min-device-pixel-ratio:0) { button.imagebutton span { margin-top: -1px; } }
button.imagebutton { padding: 0; margin: 0; font-size: 13px; text-align: center; background: transparent url(/gfx/white_right.png) no-repeat right top; }
button.imagebutton span { padding: 3px 15px 0px 22px; margin: 0; margin-right: 5px; font-size: 13px; font-weight: bold; height: 26px; background: transparent url(/gfx/white_left.png) no-repeat left top; color: #000000; }
button.imagebuttongreen { padding: 0; margin: 0; font-size: 13px; text-align: center; background: transparent url(/gfx/submit_right.png) no-repeat right top; }
button.imagebuttongreen span { padding: 3px 15px 0px 22px; margin: 0; margin-right: 5px; font-size: 13px; font-weight: bold; height: 26px; background: transparent url(/gfx/submit_left.png) no-repeat left top; color: #ffffff; }


.clear, .clear1b, .clear2, .clear5, .clear5b, .clear10, .clear15, .clear20, .clear30, .clear40 { clear: both; font-size: 0px; line-height: 0px; height: 0px; } 
.clear1b { height: 1px; border-top: 1px dashed #d0d0d0; }
.clear2 { height: 2px; }
.clear5 { height: 5px; }
.clear5b { height: 1px; margin-top: 5px; padding-top: 5px; border-top: 1px dashed #d0d0d0; }
.clear10 { height: 10px; }
.clear15 { height: 15px; }
.clear20 { height: 20px; }
.clear30 { height: 30px; }
.clear40 { height: 40px; } 


