/* CSS Document */

form#contactform {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;  */
	line-height:20px;
	color: #375579;
	background-color: #B7DBF9;
	border: 1px solid #436894;
	padding: 0px;
	margin: 0;
	width: 402px;
}


form#contactform  h1 {
	background-color: #00395A;
	margin: 0;
	
	padding-top: 5px;
	vertical-align:middle;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;  */
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
 	padding-left: 5px;  
	color: #FFFFFF;
	padding-bottom: 5px;
}
form#contactform  label {
 	width: 65px;
	float: left;
/*	text-align: right;     */
	line-height: 20px;
}	
.form_field {
/*	background-color: #FDF1D9;  */
	background-color: #CFE8FE;
	margin-bottom:6px;
}
.required_star {
/*	color: #8A2529;  */
	color:#CC0000;
	font-size: 15px;
}

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

#loginform {
	width:250px;
	color: #375579;
	background-color: #B7DBF9;
	border: 1px solid #436894;
}
form#loginform  label {
 	width: 65px;
	float: left;
/*	text-align: right;     */
	line-height: 20px;
}		

.disclaimer {
	font-size: 10px;
	line-height: 12px;
}

.imitation_textarea {
	width:360px;
	background-color: #CFE8FE; 
	margin-top:5px; 
	border-style:inset; 
	border-width:thin;
	
/*	font-size:12px;  */

	color: #000000;
	
}
