@charset "utf-8";
/* CSS Document */

/*********************************  FORM STYLES    ********************************/
#formDiv div {	clear:both;	margin-bottom:0px;}
#formDiv {padding-top:15px; }
#formDiv label{ 	display:block;	float:left;	text-align:right;	width:200px;	margin-right: 15px;	margin-bottom: 10px; }
#formDiv input{ 	width:416px;	margin-bottom: 10px;}
#formDiv select {	width:420px;	margin-bottom: 10px;}
#formDiv .radioButtons {	width:20px;	__display:list-item;}
form br{	clear:both;}
#formDiv textarea{	width:416px;	height:100px; margin-bottom:10px;}
#nameField {	margin-top:20px;}
#formDiv #nameField, #formDiv #emailField, #formDiv #phoneField {	margin-bottom:5px;}
#nameField label, #emailField label, #phoneField label {	width:85px;	font-weight:bold;}
#submitButton input, #resetButton input, .formbut, .vsearch_button {
	width:208px;
	color:#fff;
	background-color:#043D77;
	border-color:#CCC #666 #666 #CCC;
	font-size:16px;
	font-weight:bold;
}
#submitButton {	padding-right:5px;	__padding-right:6px;}
#formDiv #submitButton, #formDiv #resetButton {	width:208px;	float:right;	clear:none;	position:relative;}
#formDiv #resetButton {	padding-right:65px;	__padding-right:60px;}
.fieldTest, .fieldTest div {	width:700px;	margin:0 auto;}
#fieldErrorClass {	border:1px solid #2d2d2d;	background-color:#FFC4C4;	width:525px;	margin:15px auto !important;}
.fieldErrorClass {	background-color:#FFC4C4;}
#fieldErrorClass ul li {	color:#000000;}



