/*--------------------------------------------------------------------------------------------> COMO COMPRAR <-*/
/*-----------------------------------------------------------------------------------------------------------*/

h2{
	background:url(../imagens/h_faleconosco.gif) no-repeat top left;
}
.form{
	width:480px;
	padding:20px 0 0 40px;
}
.textosobre{
	width:535px;
}
.textosobre p{
	margin-bottom:18px;
}
.textosobre h3{
	margin-bottom:15px;
}
#conteudo .textosobre .linksemquadrado{
	background:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#rodape{
		margin-top:65px;
	}	
}
.mapas{
	width:528px;
	height:400px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
/*---------------------------------------------------------------------------------------------------> FORM <-*/
/*-----------------------------------------------------------------------------------------------------------*/
input{
	padding:2px 5px 2px 5px;
}
input, .textarea{
	border:1px solid #ccc;
	width:400px;
	height:20px;
	margin-bottom:8px;
}
input, textarea, checkbox{
	background-color:#fff;
	font-family:verdana;
	font-size:11px;
	font-color:#666;
}
textarea{
	padding:3px;
}
.textarea{
	height:100px;
	width:408px;
}
.campomenor, .campomedio{
	float:left;
	margin-right:10px;
}
.campomenor{
	width:100px;
}
.campomedio{
	width:278px;
}
.mensagempara{
	float:left;
	width:500px;
}
.mensagempara p{
	margin-bottom:10px;
}
.checkbox{
	border:none;
	width:15px;
	height:15px;
	margin:0 10px 8px 0;
}
label{
	font-family:tahoma;
	font-size:12px;
	color:#666;
}
.botao{
	width:100px;
	height:22px;
	margin-left:310px;
	background:url(../imagens/bt_enviar.gif) no-repeat left top;
	text-indent:-20000px;
	border:none;
	cursor:pointer;
}