@charset "utf-8";
.Contact_Us  {
width: 400px;
}

.Contact_Us #subject {
	visibility: hidden;
	}
	
.Contact_Us #email {width:100%; }
.Contact_Us #name {width:100%; }
.Contact_Us #message {width:100%; }
.Contact_Us #label { display:block; }
.Contact_Us #submit {
	background-color:#336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #FFFFFF;
	}
#error {
	font-weight: bolder;
	color: #FF0000;
}