@charset "utf-8";

/*Start formatting contact form*/

#mainContent  #contact   

   {
	font-size: 1.2em;
}
#mainContent  #contact  .label {
	float: left;
	width: 160px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}
input#name, input#email, textarea#message {
	width: 400px;
	font-size: 0.9em;
	background-color: #FBEF99;
}
input#name:focus, input#email:focus, textarea#message:focus {
	width: 300px;
	font-size: .9em;
	background-color: #FDD041;
}
input#submit {
	clear: both;
	margin-left: 330px;
	background-color: #585858;
	color: #E4E4E4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-top-color: #747474;
	border-right-color: #414141;
	border-bottom-color: #171717;
	border-left-color: #747474;
}
