#form { position: relative; padding: 0; margin: 10px 0 0 0; width: 100%; overflow: hidden; }
#form th { width: 120px; }
#form th, #form td { vertical-align: top; font-weight: normal; }

#form input { position: relative; font-size: 11px; color: #092650; }
#form input.text, 
#form input.activetext { width: 388px; height: 12px; padding: 6px; border: 0px; background:url(../../skins/default/pics/backgroundFormTextField.gif); }
#form textarea { width: 388px; height: 123px; padding: 6px; border: 0px; background:url(../../skins/default/pics/backgroundFormTextarea.gif); }

#form a.submit { position: relative; float: right; width: 125px; height: 27px; padding-top: 9px; padding-left: 17px; font-size: 11px; font-style: italic; color: #092650; display: block; background: url(../../skins/default/pics/backgroundFormSubmit.png); }
#form a.submit:hover { color: #000; text-decoration: none; font-size: 100%; border-color: #000; }

#form td.error { font-weight: bold; color: #990000; }

#content h1 { font-size: 14px; }
#content h2 { font-size: 11px; color: #1a9bd0; }

#content a { text-decoration: none; color: #092650; }
#content a:hover { text-decoration: underline; color: #092650; }