/*Erros Decorators e jQuery.Validate */

/* Cor da mensagem de erro */
label.error{
    color: #b94a48;
}

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-prepend input.error{
    border: 1px solid #b94a48!important; 
    background-color: #feefee!important;
}

.input-prepend select.error{
    border: 1px solid #b94a48!important; 
    background-color: #feefee!important;
}

input.error { border: 1px solid #b94a48 !important; background-color: #feefee !important; }
select.error { border: 1px solid #b94a48 !important; background-color: #feefee !important; }
textarea.error { border: 1px solid #b94a48 !important; background-color: #feefee !important; }

.form-actions {
padding: 19px 20px 20px;
background-color: #ffffff;
border-top: 1px solid #e5e5e5;
}

/* Sinal de campo requerido*/
.required:after
{
  color: red;
  font-size:1.2em;
  content: " *";
}