@charset "utf-8";

#jFormError,
#validationError,
.flash-success{ display:inline; float:left; clear:both; border:1px solid #d22828; margin:10px 0; padding:15px 15px 15px 40px; width:560px; line-height:15px; font-size:0.85em; text-align:left; background:#fff url(../img/icones-botoes/aviso-erro.gif) no-repeat 15px center; color:#d22828; }

#flashMessage,
.flash-success{ border:1px solid #A2ED66; background:#fff url(../img/icones-botoes/aviso-ok.gif) no-repeat 15px center; color:#499809;  }

.obrigatorio { background:url(../img/icones-botoes/cmp-obrigatorio.gif) no-repeat right 15px; }
.obrigatorio input,
.obrigatorio textarea { border-bottom:1px solid #F4CF7D !important; }

.valida { background:url(../img/icones-botoes/cmp-ok.gif) no-repeat right 15px; }
.valida input,
.valida textarea { border-bottom:1px solid #6FB558 !important; }

.naoValida { background:url(../img/icones-botoes/cmp-erro.gif) no-repeat right 15px; }
.naoValida input,
.naoValida textarea { border-bottom:1px solid #ED1C24 !important; }
