@charset "UTF-8";
#contactform {
	width: 100%;
	float: right;
	display: block;
	padding: 15px;
	clear: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #999934;
}
#contactform table {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
#contactform label {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-bottom: 3px;
	padding-top: 6px;
	color: #FFFFFF;
}
#contactform input  {
	width: 100%;
	height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
	background-color: #FFF3C0;
}
#contactform textarea {
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF3BF;
}
#contactform input#hdcaptcha {
	width: 150px;
}
#contactform input#submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	border: 3px solid #999933;
	color: #303030;
	font-size: 16px;
	font-family: 'Crete Round', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	border-radius: 10px;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF3C0;
	height: 40px;
	width: 50%;
}

