#contact-us, h3.contact-errors {
        margin: 0;
}

#contact-us, #contact-thankyou {
        margin-bottom: 2em !important;
}

#contact-us fieldset {
	padding: 0;
	border: none;
	width: 70%;
}

#contact-us dl {
        margin-top: 0;
}

#contact-us dt {
	font-weight: bold;
	padding: 0.5em 0;
}	

#contact-us dd {
	margin: 0;
}

#contact-us dd input, #contact-us dd textarea {
	width: 100%;
	padding: 0.3em;
}

.contact-errors {
	color: red;
}

h3.contact-errors {
        text-align: left;
}

ul.contact-errors {
        margin-bottom: 0 !important;
}

ul.contact-errors, .contact-errors li {
	padding: 0.25em;
}

p#contact-thankyou {
        font-weight: bold;
		font-size: 1.2em;
}
