body {
  font:12px Arial,Helvetica,sans-serif;
  background:black; color:#C17A24; padding:0px; margin-top:0px; border:0px none;
}

.pagebackground { background:black url('./body_bg.png') repeat-x top; }
.mailbody { background:#1C0000; }

/*.menulink_current { border:1px solid #C85A17; color:#C85A17; padding:1px 2px 1px 2px; }*/
.menulink_current { border:none; color:#C85A17; font-weight:bold; }

a:link, a:visited, a:active { color:#E1BA77; text-decoration:none; }
a:hover { color:#F87431; border-bottom:1px solid #F87431; text-decoration:none; }

.inputbox        { background:#251708; border:1px solid #966837; color:#e1ba77; padding:1px; }
.inputbox_active { background:#251708; border:1px solid #FFFFFF; color:#e1ba77; padding:1px; }

.button_ok { background:#E65A25; color:#000000; border:1px solid #FFF380; font-weight:bold; }
.button_cancel { background:#6F7985; color:#000000; border:1px solid #FFF380; font-weight:bold; }

input.button_ok_noover {
  background: transparent url('./btn_ok_noover.png') repeat-x left center;
  font-weight:bold; border:0px; height:28px; padding:1px 5px 3px 5px; cursor: pointer;
}
input.button_ok_over {
  background: transparent url('./btn_ok_over.png') repeat-x left center;
  font-weight:bold; border:0px; height:28px; padding:1px 5px 3px 5px; cursor: pointer;
}
input.button_cancel_noover {
  background: transparent url('./btn_cancel_noover.png') repeat-x left center;
  font-weight:bold; border:0px; height:28px; padding:1px 5px 3px 5px; cursor: pointer;
}
input.button_cancel_over {
  background: transparent url('./btn_cancel_over.png') repeat-x left center;
  font-weight:bold; border:0px; height:28px; padding:1px 5px 3px 5px; cursor: pointer;
}

.linea { background: url("./LineA.png") no-repeat top center; }
.lineb { background: url("./LineB.png") no-repeat top center; }
