/* 
    Created on : 13/03/2015, 15:57:08
    Author     : Alyson Felipe (alysonforever@gmail.com)
*/

.flash-sucesso {
    background: #e5f2be;    
    padding:10px;
    font-weight:bold;
}
.flash-erro {
    background: #eccecf;    
    padding:10px;
    font-weight:bold;
}

.flash-alerta {
    background: #FFEC8B;    
    padding:10px 10px 10px 40px;
    /*font-weight:bold;*/
    background-image: url('/emgesp/app/webroot/img/opt/resources/alert.png');
    background-repeat: no-repeat;
    background-position: 10px;
}
