FONT      { font-family: arial,helvetica,sans-serif; font-size: 10pt; }
TD        { font-family: arial,helvetica,sans-serif; font-size: 10pt; }
A:LINK    { text-decoration: underline;      font-weight: bold; }
A:VISITED { text-decoration: underline;      font-weight: bold; }
A:HOVER   { text-decoration: none; font-weight: bold; }
A:ACTIVE  { text-decoration: underline; font-weight: bold; }
.regbox   { color: white;               font-weight: bold; }

#loginusername, #loginpassword {
 border:1px solid black;
 padding-left:2px;
 background-color: #ffffff;
}

#loginerrormessage {
 border:1px solid black;
 border-bottom:3px solid black;
 border-right:3px solid black;
 background-color: #dddddd;
 font-size: 12px;
 display: none;
 padding: 1px;
 height: 20px;
 width: 230px;
 max-width: 230px;
}

SPAN.loginjso-statictext,TD.loginjso-statictext {
    font-family:arial, verdana, helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color: #666666;
}
SPAN.loginjso,P.loginjso,B.loginjso,TD.loginjso {
    font-size:12px;
    font-family:arial, verdana, helvetica, sans-serif;
    font-weight:bold;
    color:#000000;
    vertical-align:top;
    padding:2px;
    background: #ffffff;
}

