@charset "utf-8";
#contact-wrapper {
	width:330px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:10px;
}
#contact-wrapper p{
	margin: 0;
	padding: 0;
	line-height: 12px;

}
#contact-wrapper div {
	clear:both;
	margin:5px 0px;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:12px;
	width:auto;
}
form#contactform input, select {
	border-color:#666;
	border-style:solid;
	border-width:1px;
	padding:4px;
	font-size:11px;
	color:#333;
}
form#contactform textarea {
	font-size:11px;
	padding:4px;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	width: 270px;
}
