#contact-wrapper {
	/*width:430px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;*/
}

#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {color:#47444b;font-size:14px ;
	display:block;
	float:none;

	width:auto;
}
#contact-wrapper div.fleft {margin-right:15px !important;
	float:left !important;clear:none !important;
	margin:1em 0;
}
form#contactform input.txt {
	background-image: url(../img/inner/input_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #C2BFBF;
	color: #828080;
	font-size: 12px;
	height: 18px;
	padding: 2px 4px;
	text-shadow: 1px 1px #FFFFFF;
	width: 304px;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
.error{color: #5a90a2 !important;}
select.error{color: #47444B!important;}