#contactus {
	margin-top: 2em;
}

#contactus td.legend {
	font-weight: bold;
	text-align: right;
	padding: .3em .3em;
}

#contactus td.legend label::after {
	content: ":";
}

#contactus td.input input,
#contactus td.input textarea {
	width: 50em;
	padding: 0 .2em;
	line-height: 1.5em;
}

#contactus td.input textarea {
	height: 18em;
}

#contactus tr.msg td.legend {
	vertical-align: top;
}

#contactus tr.submit {
	text-align: center;
}

#contactus td.input input[type='submit'] {
	width: auto;
}

#contactus tr.error {
	color: #f00;
}
