@import url(global.css);

body #topo ul li.contatos a {
	background-position: 20px 18px;
	color: #000;
}



#endereco {
	background: #F5F5F3 url(../imgs/contatoBgEndereco.jpg) no-repeat center bottom;
	float: left;
	margin-right: 35px;
	padding: 19px;
	padding-bottom: 25px;
	width: 174px;
}

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

#endereco address {
	display: block;
	float: left;
	font-style: normal;
	padding: 0 15px 10px 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;
	height: 43px;
	padding-top: 4px;
	width: 174px;
}

#endereco div.brasilia {
	height: auto;
	padding-bottom: 25px;
}

#endereco div.brasilia:after {
	content: '.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

#endereco div a {
	display: block;
	font-size: 11px;
}

#endereco div a span {
	font-size: 15px;
}






/******* FORMULARIO *******/
#contatoForm {
	border-top: 2px solid #22241F;
	display: block;
	float: left;
	padding: 22px 0;
	width: 408px;
}

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

#contatoForm form div {
	width: 408px;
}

#contatoForm form div.nome {
	padding-top: 12px;
}

#conteudo div.textField label,
#conteudo div.textArea label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	width: 408px;
}

#conteudo input.text, #conteudo textarea {
	background-color: #F3F3F3;
	border: 2px solid #00210E;
	border-color: #E0E0E0 #F9F9F9 #F9F9F9 #E0E0E0;
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 15px;
	padding: 3px;
	width: 398px;
}

#conteudo div.checkbox {
	display: block;
	font-size: 11px;
	width: 408px;
}

div.checkbox label { display: block; width: 320px; }

div.checkbox input { margin-right: 8px;}


#conteudo input.submit
{
	background: transparent url(../imgs/contatoBtnEnviar.jpg) no-repeat 0 bottom;
	border: 0;
	clear: left;
	display: block;
	float: left;
	font-size: 19px;
	font-weight: bold;
	height: 40px;

	margin-top: 12px;

	text-transform: lowercase;

	width: 114px;
}

#conteudo p.obrigatorio {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 20px 0 0 130px;
	*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;
	width: 384px;
}

#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-bottom: 10px;
	width: 300px;
}
