/* Begin Contact Form CSS */.contactform {	position: static;	overflow: hidden;}.contactleft {	width: 20%;	text-align: right;	clear: both;	float: left;	display: inline;	padding: 4px;	margin: 5px 0;}.contactright {	width: 75%;	text-align: left;	float: right;	display: inline;	padding: 4px;	margin: 5px 0;}input[type="text"] {border:1px solid #993300; background:#ffffff; padding:5px;}.contacterror {	border: 1px solid #ff0000;}.contactsubmit {}/* End Contact Form CSS */