/* CSS Document for Contact Form */

form#contactform {
	line-height:20px;
/*	color:#35589F;  */
	color: #800000;


	padding: 0px;
	width: 520px;
	margin:auto;
}

form#contactform  p {
	margin-top:3px;	
}

form#contactform  label {
	width: 74px;
	float: left;
	/*	text-align: right;     */
	line-height: 20px;
	font-weight:bold;
}	
.form_field {
	background-color: #FFF !important;
	/* JDW: !important overrides yellow background if Google Toolbar installed */  
	margin-bottom:0px;
	color: #000;
}
.required_star {
	color:#FC0;
	color:#800;
	font-size: 15px;
}

.required_stmt {
	/*	padding-left: 50px;  */
	text-align:center;
	font-weight:bold;
}
.form_text_indent {
	padding-left: 50px;
}

#Submit, #ViewPrivacyPolicy {
	color: #000;	
	margin-bottom:12px;
}
		
.disclaimer {
	font-size: 10px;
	line-height: 12px;
}

.imitation_textarea {
	width:360px;
	background-color: #CFE8FE; 
	margin-top:5px; 
	border-style:inset; 
	border-width:thin;
	color: #000000;
	
}

