/* CSS Document */
#formLeft, #formRight { width:600px; float:left; margin-bottom:50px; }
#formRight label { float:right; }
.siteConteudo form { margin-top:35px; }
.siteConteudo form label { float:left; margin-bottom:40px; }
.siteConteudo form input { width:585px; height:38px; border:1px solid #242C3B; text-indent:10px; }
.siteConteudo form textarea { width:583px; height:108px; border:1px solid #242C3B; text-indent:10px; padding-top:10px; }
#email, #telefone { width:285px !important; margin-right:11px; }
.siteConteudo form button[type="submit"] { margin:0; padding:0; border:none; margin-top:30px; background-color:#242C3B; width:143px; height:40px; line-height:40px; cursor:pointer; color:#FFFFFF; text-align:center; font-style:italic; }
.siteConteudo form button[type="button"] { width:585px; height:38px; border:1px solid #242C3B; text-indent:10px; background-color:#FFF; cursor:pointer; text-align:left; color:#6c6c6c; font-style:italic; background-image:url(/imagens/file.jpg); background-position:450px 10px; background-repeat:no-repeat; }
.siteConteudo form select { width:586px; height:36px; border:1px solid #242C3B; background:url(/imagens/select.jpg) no-repeat 545px center #FFF; -webkit-appearance: none; -moz-appearance: none; text-indent: 10px; text-overflow: ""; }
select::-ms-expand { display: none; }/* Remove seta padrão do IE*/
#labelCaptcha { width:444px; }
#imgCpt { border: 1px solid #666; float: left; }
#divRecCampoCaptcha { float: left; margin-left: 13px; margin-top: 2px; }
#divRecAtualizaCaptcha { cursor: pointer; }
#chaveValida { width:150px; }
.siteConteudo p { text-align:center; font-size:23px; font-family: 'OratorStd'; }
#mapa { margin-top:50px; }

@media screen and (max-width: 500px) {
	#formLeft, #formRight { width:320px; float:none; margin-bottom:0; }
	#formRight label { float:none; }
	.siteConteudo form { margin-top:35px; }
	.siteConteudo form label { float:none; margin-bottom:20px; display:block; }
	.siteConteudo form input { width:300px; height:30px; }
	.siteConteudo form textarea { width:295px; height:50px; }
	#email, #telefone { width:300px !important; margin-right:0; }
	.siteConteudo form button[type="submit"] { margin-top:0; width:143px; height:35px; line-height:35px; }
	.siteConteudo form button[type="button"] { width:300px; height:30px; background-position:190px 6px; }
	.siteConteudo form select { width:300px; height:30px; background:url(/imagens/select.jpg) no-repeat 275px center #FFF; }
	#labelCaptcha { width:320px; }
	#divRecCampoCaptcha { margin-left: 8px; }
	#chaveValida { width:130px; }
	#mapa { margin-top:50px; }
}