@charset "UTF-8";
#contactform {
	width: 475px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#contactform table {
	width: 100%;
}
#contactform label {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#contactform input  {
	width: 300px;
	height: 25px;
	background-color: #E0E3E7;
}
#contactform textarea {
	width: 300px;
	height: 100px;
	background-color: #E0E3E7;
}
#contactform input#submit {
	width: 94px;
	height: 31px;
}
