div.flash-erro {
    border: 1px solid #F90;
    background: #FEA;
    padding: 8px;
}

div.flash-success {
    border: 1px solid #1C2;
    background: #CFC;
    padding: 8px;
}

form h3{
    color: #756657;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 10px 15px;
}
form div.error label {
    color: #F00;
}
form div div.error-message {
    display: none;
}