@import url(global.css);

#topo ul li.contatos a {
	background-color: #C40C08;
	line-height: 42px;
	margin-top: 0;
}




#endereco {
	float: right;
	width: 310px;
}

#endereco h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 9px;
	width: 310px;
}

#endereco address {
	display: block;
	float: left;
	font-size: 11px;
	font-style: normal;
	padding: 0 15px 15px 0;
	width: 150px;
}

#endereco address.fone {
	font-size: 9px;
	width: 130px;
}
#endereco address.fone strong {
	font-size: 13px;
	font-weight: bold;
}



#endereco div {
	clear: both;
	height: 43px;
	padding-top: 4px;
	width: 310px;
}

#endereco div a {
	display: block;
	float: left;
	height: 43px;
	margin-right: 13px;
	overflow: hidden;
	text-indent: -5000px;
}

#endereco div a.atendimento {
	background: transparent url(../imgs/faleConoscoBtnAtendimento.jpg) no-repeat;
	width: 129px;
	/* !TEMP! */

}
#endereco div a.mapa {
	background: transparent url(../imgs/faleConoscoBtnMapa.jpg) no-repeat;
	margin-right: 0;
	width: 153px;
}








/******* FORMULARIO *******/
#contatoForm {
	clear: both;
	display: block;
	float: left;
	width: 430px;
}

#contatoForm h3 {
	font-size: 15px;
	font-weight: bold;
}

#contatoForm form div {
	width: 440px;
}

#contatoForm form div.nome {
	margin-top: 20px;
}

#centro div.textField label,
#centro div.textArea label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	position: absolute;
	text-align: right;
	width: 90px;
}

#centro div.textField {
	background: transparent url(../imgs/faleConoscoBgInputs.gif) no-repeat 100px 0;
}
#centro div.textArea {
	background: transparent url(../imgs/faleConoscoBgTextarea.gif) no-repeat 100px 0;
}
#centro input.text, #centro textarea {
	background: none;
	border-width: 0;
	font-family: Arial;
	font-size: 11px;
	height: 19px;
	margin-bottom: 20px;
	margin-left: 103px;
	margin-top: 3px;
	padding: 3px;
	width: 315px;
}

#centro textarea {
	height: 156px;
	margin-left: 105px;
	margin-top: 3px;
	width: 317px;
	padding: 0;
}

#centro 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;}


#centro input.submit
{
	background: transparent url(../imgs/faleConoscoBtnEnviar.jpg) no-repeat 0 bottom;
	border: 0;
	clear: left;
	content: '';
	display: block;
	float: left;
	height: 43px;

	margin-left: 100px;
	_margin-left: 50px;
	margin-top: 12px;
	overflow: hidden;

	*padding-top: 43px;



	text-align: left;
	text-indent: -5000px;
	width: 87px;
}

#centro p.obrigatorio {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 20px 0 0 198px;
	*margin-left: 10px;
	position: absolute;
	width: 220px;
}


/* MENSAGEM DE SUCESSO */

#feedBackMessage,
form#formContato div.divHasError {
	border: 2px solid #FF0000;
	color: #333;
	background-color: #FFCCCC;
	font-size: 0.9em;
	margin-top: 5px;
	padding: 10px;
	width: 420px;
}

#feedBackMessage.success {
	background-color: #CCFFCC;
	border-color: green;
}

#feedBackMessage p, form#formContato div.divHasError p {
	line-height: 115%;
	padding-bottom: 5px;
}


#feedBackMessage h1, form#formContato div.divHasError big {
	font-size: 1em;
	font-weight: bold;
}

form#formContato div.formValidationError {
	clear: both;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: -10px;
	padding-left: 100px;
	padding-bottom: 10px;
	width: 300px;
}