@CHARSET "UTF-8";

#contacthead {
	font-size: 14px; line-height: 120%; margin: 5px 10px; padding: 0px; border-bottom: 2px solid #07823e;
}
form#fcontact {
	display: block; width: 510px; overflow: hidden;
	margin: 5px 10px;
}
form#fcontact label { display: block; }
form#fcontact label.required {font-weight: bold;}
form#fcontact .input, form#fcontact .area, form#fcontact .button {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px; line-height: 120%;
}
form#fcontact .input {
	display: block; width: 300px; height: 15px; overflow: hidden;
	padding: 2px 2px 2px 2px; margin: 2px 0px;
	background: #ffffff none;
	border: 1px solid #333333;
}
form#fcontact .area {
	display: block; width: 300px; height: 150px; overflow: hidden;
	padding: 2px 2px 2px 2px; margin: 2px 0px;
	background: #ffffff none;
	border: 1px solid #333333;
}
form#fcontact .twolines {height: 34px;}
form#fcontact .button {
	display: block; width: 150px; height: 25px; overflow: hidden;
	padding: 2px 2px 2px 2px; margin: 10px auto;
	background: #ffffff none;
	border: 1px solid #333333;
	font-weight: bold;
}

form#fcontact label.files { cursor: pointer; color: #07823e;}
form#fcontact #files {display: none;}
