/* this is the style sheet for the ajaxContact Form */
.contactform {
	position: static;
	overflow: hidden;
}




.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 0px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 0px;
	margin: 5px 0;
}



input {
	border: 1px solid #005577;
	height: 14px;
	width: 250px;
	background-color: #FFFFFF;
}
#contactform textarea {
	border: 1px solid #005577;
	height: 120px;
	width: 280px;
	background-color: #FFFFFF;
}
.submit{
	border: 1px solid #005577;
	height: 20px;
	width: 120px;
	background-color: #FFFFFF;
}

