.contact-form label { display: block; margin-top: 10px; font-weight: bold; }
.contact-form label.error { display: inline; }
.contact-form input[type=submit] { display: block; margin-top: 10px; }
.contact-form input[type=text] { width: 400px; padding: 0px; }
.contact-form textarea { width: 400px; height: 200px; }

.contact-method-description { float: left; width: 340px; }
.contact-method-related-links { float: left; width: 190px; padding-left: 20px; }
.contact-method-related-links h4 { color: #666; margin-bottom: 0; }
.contact-method-related-links ul { font-size: 11px; list-style-type: none; padding-left: 0px; }

#custom-form { padding-top: 10px; }

.pharmacies-table tr, .prescribers-table tr { border-bottom: solid 1px #666; }
