/* MAIN CSS SETTINGS */
body {
background-color: #000;
}
hr {
border: none;
border-top: 1px dashed #808080;
margin-top:6px;
height: 1px;
}
td {
font-family:'Verdana','Lucida Grande','Arial';
font-size:12px;
color: #ffffff;
}
.good {
color: #8EC400;
font-weight: bold;
}
.err {
color: #CC0000;
}
.form_style {
border: none;
background-color: #000000;
}
.input_style {
font-size:12px;
border: solid 1px #808080;
color: #ffffff;
background-color: #000000;
}
.no_marg{
margin-bottom: 0;
}
.ubutton {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #E2F7D6;
color:black;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #6F6F6F;
border-bottom: 1px inset #000000;
border-top: 1px solid white;
border-left: 1px solid white;
}