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

#contactform textarea {
    width: 24em;
}

.contactleft {
	width: 50px;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 290px;
	text-align: left;
	float: right;
	display: inline;
	/*padding: 4px;*/
	margin: 5px 0;
}


