/*-- CADASTRO --*/

/*titulos*/
#content h1.tit_newsletter {
	width: 141px;
	height: 18px;
}

	/* Languages
	body.en #content h1.tit_newsletter { background: url(/img/en/tit_newsletter.gif) no-repeat; }
	body.es #content h1.tit_newsletter { background: url(/img/es/tit_newsletter.gif) no-repeat; }
	body.pt #content h1.tit_newsletter { background: url(/img/pt/tit_newsletter.gif) no-repeat; }
	*/
#content h2.tit_cadastro {
	/*background: url(/img/tit_cadastro.gif) no-repeat;*/
	width: 90px;
	height: 21px;
	
}
	/*Languages 
	body.en #content h2.tit_cadastro { background: url(/img/en/tit_cadastro.gif) no-repeat; }
	body.es #content h2.tit_cadastro { background: url(/img/es/tit_cadastro.gif) no-repeat; }
	body.pt #content h2.tit_cadastro { background: url(/img/pt/tit_cadastro.gif) no-repeat; }
	*/
	
#content h2.tit_cadastro_sucesso {
	/*background: url(/img/tit_cadastro_sucesso.gif) no-repeat;*/
	width: 356px;
	height: 16px;
	
}
	/* Languages 
	body.en #content h2.tit_cadastro_sucesso { background: url(/img/en/tit_cadastro_sucesso.gif) no-repeat;}
	body.es #content h2.tit_cadastro_sucesso { background: url(/img/es/tit_cadastro_sucesso.gif) no-repeat;}
	body.pt #content h2.tit_cadastro_sucesso { background: url(/img/pt/tit_cadastro_sucesso.gif) no-repeat;}
	*/
/*conteudo*/
.box_news {
	width: 620px;
	border: 1px solid #e2e2e2;
	margin-top: 15px;
	padding: 8px 15px;
	display: table;
}
.box_news p {
	margin-top: 15px;
}
.box_news ul li {
	margin-top: 7px;
	display: table;
	width: 100%;
}
.box_news ul li label {
	width: 150px;
	margin-right: 7px;
	text-align: right;
	float: left;

}
.box_news ul li label.error {
	color: #a91533;
	width: 210px;
	text-align: left;
	float: left;
	margin-left: 4px;
}
input#nome,
input#email,
input#cargo,
input#veicomu,
input#estado,
input#cidade {
	background: url(/img/bg_campo_busca.gif) no-repeat;
	_background-attachment:fixed;
	height: 17px;
	margin-top: 8px;
	width: 237px;
	border: 0;
	float: left;
}



input.bt_cadastrar {
	background: url(/img/bt_cadastrar.gif) no-repeat fixed;
	width: 75px;
	height: 23px;
	display: block;
	border: 0;
	text-indent: -9999px;
	margin-top: 20px;	
	float: right;
	cursor: pointer;
	font-size: 0;
}
input#estado{width:20px}
 
	body.en input.bt_cadastrar { background: url(/img/en/bt_cadastrar.gif) no-repeat; }
	body.es input.bt_cadastrar { background: url(/img/es/bt_cadastrar.gif) no-repeat; }
	body.pt input.bt_cadastrar { background: url(/img/pt/bt_cadastrar.gif) no-repeat; }
	

/* Configurações específicas para a página de cadastro de email.  */
	body.newsletter{background-color:#fff;}

		body.newsletter  #wrap{
			margin-left:0; 
			width:400px; 
			clear:left; 
			margin-top:50px; 
		}

			body.newsletter #wrap  #container{
				padding:10px;
				background:none;
				text-align:left;
			}
				
				body.newsletter #wrap  #container #content{ float:left; margin-left:10px;}
					
					body.newsletter #wrap  #container 
					#content h1{
						/*background-image:url(../img/email/tit_confirmacao_cad.gif);*/
					}
					/*
					body.en  #wrap  #container  #content h1{ background-image:url(../img/en/email/tit_confirmacao_cad.gif); }
					body.es  #wrap  #container  #content h1{ background-image:url(../img/es/email/tit_confirmacao_cad.gif); }
					body.pt  #wrap  #container  #content h1{ background-image:url(../img/pt/email/tit_confirmacao_cad.gif); }
					*/
					body.newsletter #wrap  #container 
					#content p{
						border-bottom:1px solid #ede;
						padding-bottom:40px;
						}	
						
					body.newsletter #wrap  #container 
					#content p.footer{ border:none; margin-top:20px; }
