/* CSS Document */

body {
	background-color: #fff;
	font: 11pt Arial, Helvetica, sans-serif;
	text-align: left;
	}

body * { float:none; } /* PARA MOZILLA */

body a:link:after { content: " (" attr(href) ") "; }

#estrutura {
	width: 660px;
/*	background-color: #ff0000;*/
	margin: 5px 0 0 0; }

#aviso {
	background-color: #f3f3f3;
	font-size: 8pt;
	}

#topo {
	margin: 10px 0 0 0;
	font-size: 8pt;
	text-align: center;
	line-height: 12px;
/*	background-color: #ff0000;*/
	}

#conteudo {
	margin: 0 0 5px 0;
	font-size: 9pt;
	text-align: left;
	}


#rodape {
	margin: 10px 0 0 0;
	font-size: 8pt;
	text-align: center;
	line-height: 12px;
/*	background-color: #ff0000;*/
	}

h1 { font-size: 12pt; }
h2 { font-size: 12pt; }

hr { color: #fff; }

input {	width: 268px; margin: 0; border: 1px solid #E8E8E8; }
input.nome { width: 350px;}
input.filiacao { width: 340px;}
input.endereco { width: 70px;}
input.bairro, input.cidade, input.escola, input.sexo { width: 180px;}
input.fone, input.cep { width: 100px;}
input.data { width: 70px;}
input.docs { width: 110px;}
input.estado { width: 25px;}
.botao { width: 180px; border: 1px solid #ccc; background: #f9f9f9;}

textarea { width: 550px; height: 50px; border: 1px solid #E8E8E8;}
