/* this is the style sheet for the ajaxContact Form */

body{ 
margin:0;
font-family:Georgia;
color:#ffffff;
}

.contactform {
	position: static;
	overflow: hidden;
}

#contactform textarea {
    width: 24em;
}

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

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


