/* CSS Document */

.shadowForms{}

/* , .shadowForms input.radio */
.shadowForms input.textField, .shadowForms textarea, .shadowForms select{
	border:1px solid #979696;
	background-image:url(../images/elements/form/formb.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	font-size:0.9em;
	color:#555555;
	}

.formTitles{
	padding-right:1em;
	}
.formFields{
	/*padding-right:1em;*/
	/*width:200px;*/
	text-align:right;
	}
.callbackfield{
	padding-bottom:2px;
	}
.callbackfield .textField{
	width:180px;
	border:none;
	background-color:white;
	color:#777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	}
.callbacksubmit{
	padding-top:10px;
	}
.callbacksubmit .imageField{
	border:none;
	}
#contactForm, #briefForm{
	/*padding-left:5px;
	padding-right:25px;*/
	}

#contactForm .textField, #contactForm textarea, #contactForm select{
	width:170px;
	}
#signUpForm .textField, #signUpForm textarea, #signUpForm select{
	width:170px;
	}
#signUpForm .formTitles{
	padding-right:20px;
	}

#contactForm .formFieldsShort .textField, #contactForm .formFieldsShort textarea, #contactForm .formFieldsShort select{
	width:100px;
	}
#contactForm .formFields2 .textField, #contactForm .formFields2 textarea, #contactForm .formFields2 select{
	width:280px;
	}
input.homeInput, select.homeInput{
	background-color:#FFFFFF;
	background-image:url(../images/elements/forms/back_large.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-size:150%;
	width:170px;
	}
input.homeInput{
	padding:5px;
	}
select.homeInput{
	
	}
.askButton{
	border:none;
	background-color:transparent;
	}



.suTitles{
	padding-right:1em;
	}
.suValues textarea, .suValues input{
	border:1px solid #979696;
	background-image:url(../images/elements/form/formb.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	font-size:0.9em;
	color:#555555;
	width:200px;
	}
.suValues textarea{
	height:80px;
	}
.suValues .errorClass{
	background-image:url(../images/elements/form/formb_error.gif);
	color:#CC3300;
	}
.suValues{
	/*text-align:right;*/
	}