.erro{
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #FC0;
    float: left;
    width: 100%;
    color: #333;
    background-image: url(../imgs/vermelho.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
.erro .texto {
    margin-left: 50px;
    font-size: 20px;
    color: #099;
    margin-top: 10px;
    display: block;
}

.mensagens {
    float: left;
    width: 100%;
}
.mensagens ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.mensagens .error {
    color:#ff3333;
    background-color: #FFD9DA;
    
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 35px;
    background-image: url(../imgs/vermelho.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.mensagens .fatal {
    color:#ff9900;
    background-color: #FFF7C2;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 35px;
    background-image: url(../imgs/amarelo.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.mensagens .warn {
    color:#0066ff;
    background-color: #CCECFF;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 35px;
    background-image: url(../imgs/azul.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.mensagens .info {
    color: #390;
    background-color: #EAF7DA;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 35px;
    background-image: url(../imgs/verde.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-left: 0px;
    margin-top: 0px;
}
