
#contactform table { border-collapse: collapse; }

#contactform table td,
#contactform table th
{ padding: .5em; vertical-align: top; border-top: 1px solid #DEE5E9; }

#contactform table th { background-color: #F3F6F8; }

#contactform table tr.last td,
#contactform table tr.last th
{ border: none; }

label { font-weight: bold }

.ContactFormError { color: #F00 }

.label .ContactFormError { margin-left: 1em }

