#forforms form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
#forforms .login {
	/*background:url(../images/logobg.png) no-repeat 1em;
	background-position:center right;*/
}
#forforms .contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}
#forforms fieldset div {
	margin:0.3em 0;
	clear:both;
}
#forforms form {
	margin:1em;
	width:47em;
}
#forforms label {
	float:left;
	/*width:10em;*/
	/*text-align:right;*/
	margin-right:1em;
}
#forforms legend {
	color:#0b77b7;
	font-size:1.2em;
	padding:10px;
}
#forforms legend span {
	width:7em;
	text-align:right;
}
#forforms input {
	padding:0.15em;
	width:180px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;	
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#forforms input[type="checkbox"]{
	padding:0;
	width:20px;
	text-align:left;
	border:none;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#forforms input[type="submit"]#contact{
	border:none;
	width:139px;
	height:30px;
	background-image:url(../images/contact.jpg);
}
#forforms input[type="submit"]#contact:hover{
	border:none;
	width:139px;
	height:30px;
	background-image:url(../images/contact-hover.jpg);
}
#forforms select {
	padding:0.15em;
	width:185px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#forforms textarea{
	padding:0.15em;	
	width:180px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#forforms input:hover, input:focus, #forforms textarea:hover, #forforms textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

#forforms input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#forforms fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
#forforms .date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

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

#forforms input.default {
	color:#bbb;
}

#forforms #submit-go , #forforms #sendclaim {
	margin-top:1em;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	width:139px;
	border:0;
	background:url(../images/submitquestion.jpg) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#forforms #sendclaim{
	background:url(../images/sendclaim.jpg) no-repeat 0 0;
}
#forforms #submit-go:hover ,#forforms #sendclaim:hover {
	height:30px;
	width:139px;
	border:0;
	background:url(../images/submitquestion-hover.jpg) no-repeat 0 0;
}
#forforms #sendclaim:hover{
	background:url(../images/sendclaim-hover.jpg) no-repeat 0 0;
}

/*
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; }
*/

#forforms input.removei{
	border:none !important;
}
#forforms td{
	padding-top:10px;
}

.twoColElsLtHdr #forforms label.error { float: none; color: red; padding-left: .5em; vertical-align: top; display:none !important;}
.twoColElsLtHdr #forforms input.error,.twoColElsLtHdr #forforms textarea.error,.twoColElsLtHdr #forforms select.error {border:#660000 1px dashed;}
