@import "base.css";
@import "base.structure.css";
@import "page.structure.css";
@import "elements.structure.css";
@import "wiki.css";

table.contact-form { font-size: 14px; line-height: 24px; width: 95%; margin: auto; }
table.contact-form th { font-weight: 600; height: 18px; vertical-align: }
table.contact-form td { height: 30px; vertical-align: top; padding-right: 0.5em; }
table.contact-form input[type="text"] { height: 18px; width: 100%; }
table.contact-form select { height: 18px; width: 80%; }
table.contact-form textarea { height: 192px; width: 100%; }
table.contact-form .send-row { border-top: 1px solid #f0f0f0; margin-top: 1em; padding-top: 0.5em; text-align: right; }
table.contact-form input[type="submit"] { margin-right: -0.5em; }
table.contact-form td.fineprint { font-size: 12px; }

dl.options { }
dl.options dt { font-weight: 600; }
dl.options dt a { color: #212121; text-decoration: none; }



