@charset "UTF-8";
/* CSS Document */

input, textarea {
	background: #F0F0F0;
	padding: 1px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 2px;
	margin-top: 2px;
}
legend {
	font-weight: bold;
}
#contact {
	margin: 0px auto;
}
#emailForm {
	padding: 0 30px;
	margin-bottom: 20px;
}
#contactForm fieldset {
	padding: 6px;
	border: 1px solid #83120C;
	margin-top: 6px;
}
#formBtn {
	margin-top: 10px;
}