﻿

.DivGeneralAlert {
    width: 100%;
}

.NoAlert {
    width: 280px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    font-weight: normal;
    background-color: transparent;
}

.AlertLogon {
    width: 280px;
    padding: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11pt;
    background-color: #D5584F;
    border: solid 2px #B00020;
    color: #af131f;
    text-align: center;
    margin-bottom: 16px;
}

    .AlertLogon ul li {
        list-style-type: none;
        width: 100%;
        display: inline-block;
        color: white;
    }

    .AlertLogon a:link, a:visited, a:visited, a:hover {
        color: #af131f;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-decoration: underline;
    }

.labelsLogon{
    color: #007aff;
    font-weight: bold;
}