fieldset { border: none; padding: 0; float: left; }
fieldset.half { width: 50%; }
fieldset.full { width: 100%; clear: both; }
fieldset label, fieldset input, fieldset textarea { float: left; clear: both; }
fieldset label { font-size: 11px; color: #666; }
fieldset label span { font-weight: normal; }

.contact_form p { font-size: 11px; color: #666; }
.contact_form textarea { margin-top: 0px; width: 280px; height: 110px; }

#bod .contact_form { width: 330px; margin-left: 44px; margin-top: 0px; }
#bod .contact_form h2 { color: #001223; font-size: 17px; margin-top: 43px; line-height: 1em; }
#bod .contact_form p { margin-bottom: 17px; }
#bod .contact_form fieldset { margin-bottom: 14px; }

.error { color: red; }

