/* this is the style sheet for the ajaxContact Form */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 162px;
	text-align: left;
	font-style: bold;
	clear: both;
	float: left;
	display: inline;
	margin: 0px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: left;
	display: inline;
	padding: 0px 0 0px 0;
	margin: 0 0 3px 0;
}

#sendContactEmail {
	background-color:#336699;
	margin:0 0 0 162px;
	width:240px;
	
}