@charset "utf-8";
/* CSS Document */
#contactform {
	position:absolute;
	width:810px;
	height:474px;
	z-index:1;
	left: 85px;
	top: 60px;
	padding: 10px;
	border: 1px dotted #000;
}
.contactusform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-color: #fefce0;
	border: 1px dotted #000;
}
.send {
	background-color: #000;
	border: 1px dotted #A8825E;
	font-family: Verdana;
	font-size: 11px;
}

