* { margin: 0; padding: 0}

#boxForm { width:100%; margin: 5px 0 15px 0; /*float: left;*/}

#boxForm form { position: relative; width: 100%; text-align: left; /*float: left; */}

#boxForm form legend { display: none;}

#boxForm form fieldset { border: none;}

#boxForm form fieldset h3 {
	border-bottom: 2px #CCCCCC solid;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin: 13px 0 9px 0;
	display: block;
}
#boxForm form fieldset h4 {
	font-size:13px;
	background-image:url(../images/textura_whats_new.gif); background-position:bottom; background-repeat:repeat-x 
}
#boxForm form div fieldset div { padding: 0; margin-top: 3px;float: left;}

#boxForm form fieldset div label, .spanLabel { font-size: 11px; font-weight: bold; }
/*#boxForm form fieldset div label.especial { padding-top:5px;}*/

#boxForm form fieldset div input,
#boxForm form fieldset div select,
#boxForm form fieldset div textarea {
	border-color: #CCC; border-width: 1px; border-style: solid; 
}
#boxForm form fieldset div input { height:20px}

#boxForm form select#area { width: 230px;}

#boxForm form select#estado,
#boxForm form select#estado_civil { width: 150px;}

#boxForm form select#escolaridade { width:201px}
#boxForm form select#assunto { width:190px }

#boxForm form textarea { overflow: auto;}

#boxForm form fieldset div.larguraTotal { width: 100%; margin: 4px 0 4px 0}
#boxForm form fieldset div.larguraTotal input { margin: 3px 0 3px 0}
/*#boxForm form fieldset div.larguraTotal input.especial { margin-right:10px }*/

#boxForm .colunaForm { position: relative; /*display: table */}

.largura01 { width: 155px; }
.largura02 { width: 109px; }
.largura03 { width: 241px; }
.largura04 { width: 353px; }
.largura05 { width: 230px; }
.largura06 { width: 265px; margin-right: 5px; }
.largura07 { width: 300px; }

.spanLabel { display: block;}

.largura01, .largura02, .largura03 { height: 50px;} /* usado em campos de texto. NÃO USE EM DIVS */

.textoExtra{ font-size: 11px; color:#666;}

/* Botões */
#boxForm form fieldset div .btnEnviar, #boxForm form fieldset div .btnLimpar {
	background-image:url(../images/btn_form.gif); 
	border:none;
	width:60px;
	height:25px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin: 0 3px 0 3px; 
}

#boxForm form fieldset div input.noBorder { border: none; margin: 0 3px 3px 0; } /* checkbox */

/* CLASSES DO VALIDATOR.JS */
.tfvHighlight  {background:#EFEFEF;}
.tfvNormal {background: #FFF;}

/* -> DIV QUE EXIBE ERROS APÓS VALIDAO POR PHP */
#divErros, #divEnviado {
	position: absolute;
	top:10%;
	left:30%;
	z-index:99;	
	float: right;
	width: 300px;
	height: auto;
	margin: 5px;
	padding: 5px;
	border: 5px solid #CCC;
	background-color: #FFFF66;	
}

#divEnviado ul{
	float: left;
	text-align: left;
	margin:10px 0 10px 10px;	
}

div.meioTela { top:220px; }

#divErros img, #divEnviado  img {
	float:left;
	margin-right:2px;
}

#divErros p, #divEnviado p {	
	clear:left;
	text-align: left;
	margin: 10px 3px 0 10px;
}

#divErros h4, #divEnviado h4 { font-size:18px; font-weight:bold; margin:10px 0 0 0; text-transform:uppercase;  line-height:1.1; }
#divErros a, #divEnviado a { color: #993300; }
#divErros a:hover, #divEnviado a:hover { color: #999; }
