@charset "utf-8";
/* GERAL */
html, body{background-color:#fff; margin:0px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; }
.topo{background-image:url(../_imagens/bg_topo.jpg); background-repeat:repeat-x; height:240px; width:100%; background-position:center;}
.topoFoto {width:599px; margin:auto; position:relative;}
.topoFoto img {position:absolute; top:0px; right:-30px;}
.centro{background-image:url(../_imagens/bg_geral.jpg); background-repeat:repeat-x; width:100%;}

/* DIV FORMULÁRIO */
.conteudo{width:599px; height:400px; padding-top:12px; margin:auto; text-align:left;}
.conteudo .formulario{text-align:center;}
.conteudo .botao_enviar{margin-top:15px;}
.conteudo .botao_voltar{margin-top:15px;}
.conteudo .mensagem{text-align:center; margin-top:-10px;}
.conteudo .campo_form{ width:289px; *width:287px; height:25px; padding-top:4px; background-image:url(../_imagens/bg_campo.jpg); border:0px; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic; color:#999999; text-align:center;}
.conteudo .resposta{ font-family:Georgia, "Times New Roman", Times, serif; font-size:25px; font-style:italic; color:#999999; text-align:center;}
.conteudo .respostaMenor{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic; color:#999999; text-align:center;}
.conteudo .textoMenor{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic; color:#999999; text-align:center; width:599px;}

.erro {width:100%; text-align:center; margin-left:-40px; margin-top:-10px; *margin-top:10px;}
.erro ul{width:100%;}
.erro li{width:50%; *width:45%; float:left; list-style:none; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic; color:#FF6666;}
.erro li.ultimoErro {float:right; *margin-right:30px;}
