
#flasher {
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#flasher a, #flasher a:visited {
    color: #FFF;
}

.login_table {
    border-collapse: collapse;
    border: 15px solid #4C4C4C;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

}

.login_table td {
    padding: 10px;
}


.notice-highlight {
    background: #117711;
    color: white;
}

.error-highlight {
    background: #991111;
    color: white;
}

