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

#contactform textarea {
	width: 430px;
	height: 75px;
	margin: 0;
	padding: 6px 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3a2b21;
	background: url('../../themes/wd4f-insta/images/textarea-comment-bg.png') no-repeat;
	border: 0;
}
.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 {
	clear: both;
	width: 80px;
	display: inline;
	padding: 10px 0 0 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;
}
.contactright input {
	width: 164px;
	height: 31px;
	margin: 5px 8px 5px 0;
	padding: 0 13px;
	font-size: 14px;
	background: url('../../themes/wd4f-insta/images/input-small-bg.png') no-repeat;
	border: 0;
	color: #3a2b21;
}
#resetContactEmail {
	float: left;
	width: 160px;
	height: 28px;
	margin: 3px 0 0 115px;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #a89f76;
	background: url('../../themes/wd4f-insta/images/input-button-big.png') no-repeat 0 2px;
	border: 0;
}
#sendContactEmail {
	position: absolute;
	width: 160px;
	height: 28px;
	margin: 3px 0 0 295px;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #a89f76;
	background: url('../../themes/wd4f-insta/images/input-button-big.png') no-repeat 0 2px;
	border: 0;
}
#sendContactEmail:hover, #resetContactEmail:hover {
		color: #6b5445;
	}
.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: none;
}

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