/* MAIN CSS SETTINGS */

/* Moz Trick, Always show scroll bars */
html { 
overflow: -moz-scrollbars-vertical; 
height: 100%
}

body {
background-color: #fff;
}
hr {
border: none;
border-top: 1px dashed #808080;
margin-top:6px;
height: 1px;
}
td {
font-family:'Verdana','Lucida Grande','Arial';
font-size:12px;
}

.req {
color: #E24C72;
}

.good {
color: #8EC400;
font-weight: bold;
}

.err {
color: #CC0000;
font-weight: bold;
}

/*.form_style {
width: 545px;
border: solid 1px #CCCCCC;
background-color: #EEEEEE;
}*/


textarea { 
resize: vertical; 
}
/*textarea { 
resize: horizontal; 
}*/

.input_style {
font-size:12px;
border: solid 1px #808080;
color: #000000;
background-color: #EEEEEE;
}
.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;
}*/