@import url(global.css);


#navegacao li.faleConosco {
	background: transparent url(../imgs/menuSeta.gif) no-repeat 8px 11px;
}

#conteudo #breadcrumb h2 {
	background-image: url(../imgs/cabFaleConosco.gif);
}


#endereco div:after,
#endereco address:after {
	content: '.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}



#endereco {
	background: #FFFCB2;
	color: #333;
	font-size: 11px;
	padding: 16px 16px;
	width: 381px;
}

#endereco h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

#endereco address {
	display: block;
	float: left;
	padding: 0 15px 15px 0;
	width: 150px;
}

#endereco address.endereco {

}
#endereco address.endereco acronym {  }

#endereco address.fone {
	font-size: 9px;
	width: 130px;
}
#endereco address.fone strong {
	font-size: 13px;
	font-weight: bold;
}



#endereco div {
	clear: both;
	width: 268px;
}

#endereco div a {
	display: block;
	float: left;
	height: 46px;
	margin-right: 13px;
	overflow: hidden;
	text-indent: -5000px;
	width: 121px;
}

#endereco div a.atendimento {
	background: transparent url(../imgs/faleConoscoBtnAtendimento.jpg) no-repeat;
	/* !TEMP! */
	/*display: none;*/
}
#endereco div a.mapa { background: transparent url(../imgs/faleConoscoBtnMapa.jpg) no-repeat; }








/******* FORMULARIO *******/
#contatoForm {
	clear: both;
	display: block;
	margin-left: -10px;
	margin-top: 10px;
	padding: 20px 10px;
	width: 455px;
}

#contatoForm h3 {
	font-size: 13px;
	font-weight: bold;
}

#contatoForm form div {
	width: 420px;
}

#contatoForm form div.nome {
	padding-top: 20px;
}

#conteudo div.textField label,
#conteudo div.textArea label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	position: absolute;
	text-align: right;
	width: 80px;
}

#conteudo input.text, #conteudo textarea {
	border: 2px solid #00210E;
	border-color: #00210E #7AA08A #7AA08A #00210E;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: 90px;
	padding: 3px;
	width: 321px;
}

#conteudo div.checkbox {
	display: block;
	font-size: 11px;
	padding: 0 0 20px 90px;
	width: 320px;
}

div.checkbox label { display: block; width: 320px; }

div.checkbox input { margin-right: 8px;}


#conteudo input.submit
{
	background: transparent url(../imgs/faleConoscoBtnEnviar.jpg) no-repeat 0 bottom;
	border: 0;
	clear: left;
	content: '';
	display: block;
	float: left;
	height: 60px;

	margin-left: 83px;
	_margin-left: 45px;
	margin-top: 6px;
	overflow: hidden;

	*padding-top: 60px;



	text-align: left;
	text-indent: -5000px;
	width: 102px;
}

#conteudo p.obrigatorio {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 18px 0 0 195px;
	*margin-left: 10px;
	position: absolute;
	width: 220px;
}


/* MENSAGEM DE SUCESSO */

#feedBackMessage,
form#formContato div.divHasError {
	border: 2px solid #FF0000;
	color: #333;
	background-color: #FFCCCC;
	margin-top: 5px;
	padding: 10px;
}

#feedBackMessage.success {
	background-color: #CCFFCC;
	border-color: green;
}

#feedBackMessage p, form#formContato div.divHasError p {
	line-height: 115%;
	padding-top: 5px;
}


#feedBackMessage h1, form#formContato div.divHasError big {
	font-size: 1.4em;
	font-weight: bold;
}

form#formContato div.formValidationError {
	clear: both;
	font-weight: bold;
	margin-top: -10px;
	padding-left: 90px;
	padding-bottom: 10px;
	width: 300px;
}




