@charset "UTF-8";
#contactform {
	width: 500px;
	margin-left: 25px;
}
#contactform table {
	width: 100%;
}
#contactform label {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#contactform input  {
	width: 300px;
	height: 25px;
}
#contactform textarea {
	width: 300px;
	height: 100px;
}
#contactform input#submit {
	width: 100px;
	height: 25px;
}
#contactform input[type="checkbox"]  {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#contactform table table {
	width: 180px;
}
#contactform input#hdcaptcha {
	width: 100px;
}
