/* this is the style sheet for the ajaxContact Form */
#contactform {
	position: static;
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
	width: 440px;
}

#contactform textarea {
	width: 365px;
	margin: 5px 0 0 0;
	font: 12px Helvetica, Arial, Sans-Serif;
}
.contactsubmit {
	width: 160px;
	margin: 30px 0 0 15px;
	background-color: #262626;
	border: 1px solid #666;
}
.contactsubmit:hover {
	background-color: #b1d334;
	border: 1px solid #333;
	cursor: pointer;
}
.contactleft {
	width: 80px;
	display: inline;
	padding: 0;
	margin: 5px 0 0 10px;
	float: left;
	font-size: 14px;
}

.contactright {
	width: 360px;
	display: inline;
	padding: 0;
	margin: 5px 0 0 35px;
	float: left;
}
.contactloader {
	float: none;
	height: 30px;
	width: 440px;
	padding: 60px 0 0 0;
	margin: 0;
	text-align: center;
	}
.text {
	width: 360px;
	margin: 0 0 10px 0;
}
.text:hover, textarea:hover {
	background-color: #fcfcfc;
}

.text:focus, #contactform textarea:focus, .contactsubmit:focus {
}