/* == MODULE - Contact
-------------------------------------------------------------------------------------------------- */
.module-contact {}

#contact-module {
	position: relative; clear: both;
	border: 1px solid #fff;
	padding-top: 10px;
}
#contact-module h3 {
	display: none;
}
form#contact-form fieldset {}
form#contact-form fieldset dl input,
form#contact-form fieldset dl textarea {
	width: 280px;
}

input#name-required {}
input#email-required {}
input#subject {}
textarea#message-required {}

input#submit {}