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

#contactform textarea {
    width: 24em;
		color:#000000;
}

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



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

input.text{
	color:#000000 !important;
}
