/* Forms
---------------------------------------------------------------------------------------------------- */

form {
	background:url(images/bg.jpg) no-repeat 99% 0em;
	padding:1em;
	border:1px solid #dc9111;
}
.login {
	background:url(../images/login.gif) no-repeat 90% 2em;
}
.quote{
	background:url(../images/free-quote.gif) no-repeat 99% 14em;
}
.request{
	background:000;
	border:0;
}
.partner{
	background:url(../images/partner.gif) no-repeat 100% 19em;
}
.contact {
	background:url(../images/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:2em;
	width:30em;
}
label {
	float:left;
	width:10em;
	text-align:right;
	padding:0.45em;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
}
legend {
	color:#ff9900;
	font-size:1.8em;
	font-weight:bold;
	padding:4px;
}
legend span {
	width:20em;
	text-align:right;
}
input, select, textarea {
	padding:0.25em;
	width:15em;
	border:1px solid #000;
	background:#fff;
	color:#000;
	font:normal 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, select:hover, textarea:hover {
	border-color:#000;
	background:#ffffd7;
} 
.small{	font:bold 0.65em arial, sans-serif;}
fieldset {
	border:1px solid #ff9900;
	padding:1em 2em 2em 1em;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	margin-left:25em;
	width:70px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -32px;
}
#quote-go {
	margin-top:1em;
	margin-left:20em;
	width:120px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-quote.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#quote-go:hover {
	background-position:0 -32px;
}
#info-go {
	margin-top:1em;
	margin-left:20em;
	width:149px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(images/submit-request.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#info-go:hover {
	background-position:0 -32px;
}

#jobseeker-go {
	margin-top:1em;
	margin-left:3em;
	width:200px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/register-jobseeker.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#jobseeker-go:hover {
	background-position:0 -32px;
}

input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
