/* Referente as mensagens de sucesso, erro, alerta e aviso
*/


.boxMsg
{
    font-size:0.85em;
    background-color:#FFFFCE;
    border:1px solid #ccc;
    color:#666;

    /*line-height:34px;*/
    line-height:20px;
    padding:6px 0;

    padding-left:40px;
    clear:both;
    /*width:95%;*/
    margin:5px auto;
    background-repeat:no-repeat;
    background-position:7px center;
}

.msg_site
{
    /*width:94%;*/
}

.sucesso, .erro, .alerta, .aviso{
    width: 100%;
    height: 25px;
    text-align: center;
    border-radius:5px;
    padding-top:10px;
}

.sucesso {
    color:#458B00;  
    background-color: #9AFF9A !important;    
    border: 1px #7CCD7C solid;    
}

.erro {
    color:#CD3700;  
    background-color: #EEB4B4 !important;    
    border: 1px #CD5555 solid;
}

.alerta {
    color:#000066;
    background-image:url(../images/alert.gif);
}

.aviso {
    background-image:url(../images/info.gif);
}

.carregando
{
    background-image:url(../images/spinner.gif);
}