/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}
	#contact-form fieldset {border:none; padding:0; width:100%; overflow:hidden;}
		#contact-form label {display:block; min-height:44px; position:relative;}
			#contact-form .message{min-height:253px;}
			#contact-form input, #contact-form textarea {
				padding:6px 11px 8px;
				margin:0;
				font: 14px Georgia, "Times New Roman", Times, serif;
				color:#727171;
				background: #fff;
				outline:none;
				border:1px solid #e4e3df;
				width:250px;
			}
			#contact-form .area .error {float:none;}
			#contact-form textarea {
				width:446px;
				height:227px;
				resize:none;
				overflow:auto;
			}
			#contact-form .success {display:none; margin-bottom:15px;}
			#contact-form .error,
			#contact-form .empty {
				color:#f00;
				font-size:11px;
				line-height:14px;
				display:none;
				overflow:hidden;
				margin-bottom:5px;
			}
#buttons-wrapper .formbutton {
	background-color: #d7d7d7;
	width:150px;
	color: #333;
	padding: 8px 0px;
	border-radius: 5px;
	margin: 8px 0px 0px 0px;
	border:none;
	text-align: center;
	cursor:pointer;
	cursor:hand;
}
#buttons-wrapper .formbutton:hover {
	background-color: #666;
	color: #fff;
	border:none;
}
#buttons-wrapper{text-align:right; position:relative;}
.respond {clear:both;}
.respond ul {list-style:none; padding:20px 0 0 0; margin:0;}
.error_message {color:#d32c05;}
::-moz-placeholder {opacity: 1;}

@media only screen and (max-width: 995px) {
	#contact-form .message{min-height:230px;}
	#contact-form textarea{width:350px; height:200px;}
}
@media only screen and (max-width: 767px){
	#subs-form{float:none;}
	#contact-form textarea{width:396px;}
}
@media only screen and (max-width: 479px){
	#subs-form{width:230px;}
	#contact-form input, #contact-form textarea{width:276px;}
}