@CHARSET "UTF-8";
.contactFormLabel{
	display: block;
	margin-top:15px;
}
.contactFormRound{
	border:1px solid #dddddd;
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	border-radius:6px;		
}
.contactFormSubmit{ width:312px; padding:10px; margin-bottom:10px;  }
.contactFormInput{ 
	width:300px;
	padding:5px;
	color:#1e1e1e;
}
.contactFormFieldset{ border:1px solid #eeeeee; margin-bottom:10px;}
.contactFormErrorDiv{
	padding:10px;
	margin-top:8px;
	margin-bottom:8px;
	border:1px solid #ff0000;
	background:#eeeeee;
}
.contactFormSuccDiv{
	padding:10px;
	margin-top:8px;
	margin-bottom:8px;
	border:1px solid #000066;
	background:#eeeeee;	
}