#contato form li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0 30px 10px 0;
	
	float: left;
	width: 300px;
}
	#contato li.dir {
		margin-right: 0;
	}
	#contato li.botao {
		clear: both;
		float: none;
		text-transform: lowercase;
		width: 632px;
	}

#contato label {
	cursor: pointer;
	display: block;
	margin: 0 0 3px 0;
}

#contato input, #contato textarea {
	color: #9F9F9F;
	padding: 0;
	width: 300px;
}
#contato textarea {
	height: 111px;
}
#contato input:focus, #contato textarea:focus {
	color: #5F5F5F;
}

#contato .submitButton {
	float: right;
}

.marcador-requerido {
	color: #CF3333;
	font-weight: bold;
	margin-right: 5px;
}
.erro-wrapper {
	position: relative;
}

p.info {
	margin-bottom: 12px;
}
/* mensagem que aparece ao enviar o formulario */
#contato p.msg {
	background:#E7E8E9;
	/*border:1px solid #AAAAAA;*/
	margin-bottom:25px;
	padding:5px;
	text-align:center;
	width:622px;
}

/* mensagem de erro que aparece junto ao input */
#contato span.info-error {
	background: #CF3333;
	color: #fff;
	font-size: 11px;
	padding: 0 2px;
	position: absolute;
	bottom: 1px;
	right: -1px;
}
	/* mensagem de erro no campo captcha */
	#recaptcha_widget span.info-error { right: 75px; }


/* recaptcha */
#recaptcha_widget {
	background: #F4F7FE; /* cor do box do captcha */
	border: 1px solid #CFDEFF; /* borda do box do captcha */
	-moz-border-radius: 3px;
	padding: 10px;
	position: relative;
	width: 280px;
}
#recaptcha_widget a {
	font-size: 11px;
}
#recaptcha_widget input {
	width: 204px;
}
div#recaptcha_image > img{
	border: 1px solid #CFDEFF; /* borda da imagem captcha */
	width:280px;
}
#recaptcha_image { margin: 0 0 12px 0; }
.recaptcha_only_if_image {
	font-style: italic;
}

.recaptcha_only_if_image, .recaptcha_reload {
	background-color: #FFF; /* cor do botão */
	background-image: url(img/botoes2.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	border: 1px solid #CFDEFF; /* borda do botão */
	bottom: 10px;
	-moz-border-radius: 3px;
	cursor: pointer;
	height: 19px;
	padding: 3px;
	position: absolute;
	right: 46px;
	text-indent: -9999em;
	width: 21px;
}
.recaptcha_only_if_image {
	background-position: 6px -35px;
	right: 8px;
}

/* fim recaptcha */

/* endereço e mapa */
#empresa { margin-top: 35px; }
#contato-esq, #contato-dir { float: left; }
#contato-esq {
	width: 250px;
}
/* fim endereço e mapa*/