@import url(global.css);

#conteudo {  }



/******* FORMULARIO *******/
#contatoForm {
	display: block;
	float: left;
	width: 400px;
}

#centro #contatoForm h3 {
	font-size: 15px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	line-height: 105%;
	padding-top: 6px;
}

#contatoForm form div {
	width: 400px;
}

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

#conteudo div.textField label,
#conteudo div.textArea label {
	color: #43474A;
	display: block;
	font-size: 12px;
	padding-top: 4px;
	width: 400px;
}

#conteudo div label strong { font-weight: normal; }

#conteudo input.text, #conteudo textarea {
	border: 2px solid #00210E;
	border-color: #939A80 #E5E5E5 #E5E5E5 #E5E5E5;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 6px 3px;
	width: 390px;
}

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

	margin-top: 6px;
	overflow: hidden;

	*padding-top: 54px;



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

#conteudo p.obrigatorio {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 18px 0 0 106px;
	*margin-left: 14px;
	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: 380px;
}

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






/******* ENDERECO *******/

#endereco {
	background: #F0F9E6 url(../imgs/globBgNavegacaoInternaCima.gif) no-repeat;
	float: right;
	font-size: 11px;
	padding-top: 22px;
	width: 177px;
}

#endereco h3 {
	font-family: Tahoma, Arial, sans-serif;
	padding: 0 15px 8px 15px;
	width: 147px;
}

#endereco address {
	background: transparent url(../imgs/globBgNavegacaoInternaBaixo.jpg) no-repeat 0 bottom;
	display: block;
	font-style: normal;
	padding: 0 15px 67px 15px;
	width: 147px;
}

#endereco a {
	color: #0078BA;
	display: block;
	margin-top: 10px;
	padding: 5px 0;
	text-decoration: none;
}

#endereco a:hover { text-decoration: underline; }