/* Contact form */
#contact-form {
	position:relative;

	width:100%;
	height:100%;
}
#contact-form fieldset {
	border:none;
	padding:0;
	width:100%;
}
#contact-form .field {
	overflow:hidden;
	padding:0 0 2px 0px;
	width:550px;
}

#contact-form input[type=text] {
	font-family:"Verdana";
	width:500px;
	padding:7px 13px 10px 13px;
	background:#eeeeee;
	color:#365F91;
	border:1px solid #999;
	font-size:1em;
	line-height:1.2em;
	overflow:hidden;
	display:block;
}
#contact-form .area { width:100%;}
#contact-form .area .error { float:left;}
#contact-form textarea {
	font-family:"Verdana";
	font-size:1em;
	width:500px;
	height:150px;
	background:#eeeeee;
	border:1px solid #999;
	padding:7px 13px 10px 13px;
	overflow:auto;
	display:block;
	margin:0px;
	color:#365F91;
}

#contact-form .error {
	color:#373737;
	width:240px;
	line-height:30px;
	display:none;
}
