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

#contactform textarea {
    width: 350px;
}

.contactleft {
	text-align: right;
	vertical-align: text-top;
	padding: 6px 4px;
	margin: 5px 0;
}

.contactright {
	text-align: left;
	padding: 4px;
	margin: 5px 0;
}



