@charset "utf-8";
/* CSS Document */
#jFormError,
#flashMessage,
#errorMessage{ display:inline; /**/ float:left; /**/ border:1px solid #ffaeae; /**/ margin:20px 0; /**/ padding:15px 15px 15px 40px; /**/ width:94%; /**/ background:#fff url(../../img/backend/icones_botoes/aviso_erro.gif) no-repeat 10px 14px; /**/ color:#d22828; /**/ font-size:1.1em; font-weight:bold; }

#flashMessage{ border:1px solid #A2ED66; /**/ background:#fff url(../../img/backend/icones_botoes/aviso_ok.gif) no-repeat 10px 14px; /**/ color:#499809;  }
.obrigatorio{ background:url(../../img/backend/icones_botoes/cmp_obrigatorio.gif) no-repeat right 28px; }
.valida{ background:url(../../img/backend/icones_botoes/cmp_ok.gif) no-repeat right 28px; }
.naoValida{ background:url(../../img/backend/icones_botoes/cmp_erro.gif) no-repeat right 28px; }

#container #jFormError,
#container #flashMessage,
#container #errorMessage{ margin:0 0 20px 0; /**/ width:92%; }