.login-title
{
    background-color: #FC0202;
    color: #332E1E;
    font-family: arial;
    font-size: 12px;
    font-weight: none;
    text-decoration: none;
    text-indent: 0pt;
}

.login-label
{

    color: #000000;
    font-family: arial;
    font-size: 12px;
    font-weight: none;
    text-decoration: none;
    text-indent: 0pt;
}

.login-button
{
    color: #000000;
    background-color: #E0DFDE;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    cursor: hand;
}

.login-error {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR: #ff0000;
    FONT-FAMILY: verdana, sans-serif; 
    TEXT-DECORATION: none
}

