/* jQuery Validate */
label.error { display:block; position:absolute; padding:5px 10px 5px; margin:1px 0 0 5px; text-transform:none; color:#fff; font-size:10px; background:url(../assets/images/ErroBg.png) top left no-repeat; text-align:left; }

/* Informa */
div.Informa { padding:25px; margin-bottom:20px; }
div.Informa p { text-align:center; font-size:14px; }

div.InformaConfirma   { border:1px dotted #1d4800; background:#d6ffba url(../assets/images/InformaConfirma.png) 25px center no-repeat; }
div.InformaConfirma p { color:#1d4800; }
div.InformaAviso      { border:1px dotted #683502; background:#fff0ba url(../assets/images/InformaAviso.png) 25px center no-repeat; }
div.InformaAviso p    { color:#683502; }
div.InformaErro       { border:1px dotted #8a0000; background:#ffc7c7 url(../assets/images/InformaErro.png) 25px center no-repeat; }
div.InformaErro p     { color:#8a0000; }