* { margin:0; padding:0; } /* ZERAR MARGINS E PADDINGS */

h1 { display:none; }

.error { font-weight:bold; color:#ff0000; } /* PARA ERROS EM TEXTO */

/* PARA ERRO 404 */
.status404 { }
.status404 .padrao p { text-align: center; }

/* ESTILOS VARIADOS */
.center { text-align:center; }
.fleft { float:left; }
.fright { float:right; }
.red { color:#FF0000; }
.clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }

/* CAMPO REQUERIDO */
label { padding-left: 12px; }
label.required { background: url("/adm/frontend/imgs/required.gif") no-repeat scroll 0 3px transparent; }

/* BOTOES COMPARTILHAMENTO */
.share { margin: 15px 0; overflow: auto; width: auto; }
.share .btn { float: right; margin: 4px; }