/* FORM */
form{line-height:19px;margin:-5px 0 12px 8px;}
fieldset{border:none;}
select, input{height:14px;margin:0 0 3px 0; padding:0 0 0 5px; background:#E6E6CC; border:none;color:#000;font-size:85%}
select{width:auto}
form div {float:left; margin:0 10px 0 0;}
form br {clear:both; }

	/*-> FORM CONTATO */
	#contato label {margin:0;}
	#contato textarea{float:left; height:50px; background:#E6E6CC;color:#000}		
	#enviar, #enviarCadastro{width:50px;height:25px;float:left;margin:30px 0 0 5px; padding:0;background:url(../imagens/contato/btn_enviar.jpg);border:none;color:#000; font-variant:small-caps;font-weight:bold;font-size:14px; cursor:pointer}
	#contato #nome, #contato #email{width:415px;}
	#contato #telefone, #contato #celular{width:70px;}
	#contato #assunto{width:100px}
	
	/*#contato #mensagem{width:200px} */
	
	#contato #mensagem{ width: 244px } 
	
	* html #contato #mensagem{ width: 258px } 
	
	html:first-child>body #contato #mensagem{ width: 218px }
	
	/*-> HACK pro OPERA */
	html:first-child>body #contato #assunto{height:18px;}
	html:first-child>body #contato #enviar{margin-bottom:6px;}
	html:first-child>body #contato #mensagem{height:54px}
	
	/*-> FORM de CADASTRO */

	#enviarCadastro{margin:10px 0 0 0}
	#cadastro{float:left;width:740px;padding:5px;margin:auto;background:url(../imagens/cadastre/form_top.gif) no-repeat 20px 0;}
	#cadastro form{width:706px;font-size:12px;float:left;padding:0 0 14px 14px;margin:0 0 0 15px;background:#332621 url(../imagens/cadastre/form_bottom.gif) no-repeat 0 bottom;}
		#cadastro select{height:13px;width:auto;color:#000; }
		#cadastro fieldset{border:none;}
		#cadastro form .feminino, #cadastro form .masculino, #cadastro form .sim, #cadastro form .nao{width:20px;background:none}
		/*#cadastro .nome{width:650px}
		#cadastro form .endereco{width:557px;}
		#cadastro form .numero{width:81px}
		#cadastro form .cidade, #cadastro form .complemento, #cadastro form .bairro, #cadastro form .email, #cadastro form .profissao {width:318px}
		#cadastro form .cep{width:76px;}
		#cadastro .data { width:60px; float:left;margin-right:2px; }
	
		#cadastro form .dddTel, #cadastro form .dddCel{width:25px;margin:-2px 0 0 0;}
		#cadastro form .tel, #cadastro form .celular{width:80px;margin:-2px 0 0 0;}*/
		#cadastro #telefone, #cadastro #celular{width:80px}
		#cadastro #cep{width:65px;}
		
		#cadastro .divMenor legend{float:left;margin-bottom:-18px; color:#FFF}
		#cadastro input{vertical-align:text-top}
		.fontePeq{font-size:90%}
		#cadastro .ddd{width:25px}
		.alinha input{margin-top:-2px}
		/*---Hack pro OPERA !!!!!!!!*/
		html:first-child>body .alinha input{margin:0;}
		
		
		#cadastro #nome{width:690px;}
		#cadastro #numero{width:82px}
		#cadastro #endereco{width:592px;}
		#cadastro #complemento, #cadastro #bairro, #cadastro #email, #cadastro #profissao{width:337px}
		#cadastro #cidade{width:224px}
		#cadastro select#estado{width:119px;}
		#cadastro #dataNascimento, #cadastro #dataCasamento{width:61px;}

/* CLASSES DO VALIDATOR.JS */
.tfvHighlight  {background:#FFF;}
.tfvNormal {background: #ffffff;}

/* -> DIV QUE EXIBE ERROS APÓS VALIDAO POR PHP */
div.formErros, div.formEnviado {
	position:fixed;
	top:15%;
	left:30%;
	z-index:99;	
	float: right;
	width: 300px;
	height: auto;
	margin: 5px;
	padding: 5px;
	border: 5px solid #CCC;
	background-color:#FFFF66;
	color:#000;
	font-size:80%;
}
div.meioTela {
	top:220px;
}
div.formErros img, .formEnviado  img {
	float:left;
	margin-right:2px;
}
#divErros p, #divEnviado p {
	color:#000;
	clear:left;
	text-align:right;
	margin:10px 3px 0 0;
}
div.formErros h4 { color:#000;font-size:16px;font-weight:bold;margin-top:10px; text-transform:uppercase; }

/* -> DIV QUE APARECE QND O FORM  ENVIADO */
div.formEnviado, div.form {
	top:20%;
}
div.formEnviado h4{ font-size:18px;font-weight:bold;margin:10px 0 0 0; text-transform:uppercase;color:#000; line-height:1.1; }
div.formErros a, div.formEnviado a { color:#000; }	

form .btnEnviarCad { float: right;}

form .btnEnviarCad input#enviarCadastro { margin: 0; padding: 0; }
