@charset "utf-8";
/* CSS Document */

.texto_contato{
	position:relative;
	float:left;
	width:764px;
	height:27px;
	}
	
.texto_contato h1{
	position:relative;
	float:left;
	width:764px;
	height:27px;
	}
	
.caixa_para_contato_comporta{
	position:relative;
	float:left;
	width:762px;
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	}
	
.linha_contato{
	position:relative;
	float:left;
	width:740px;
	height:27px;
	margin-left:10px;
	margin-top:10px;
	}
	
.linha_contato label{
	position:relative;
	float:left;
	width:185px;
	height:27px;
	background-color:#999;	
	font-size:14px;
	color:#FFF;
	line-height:1.90em;
	font-family:Arial;
	padding-left:10px;
	}
	
#assunto_fale {
	position: relative;
	float: right;
	width: 537px;
	height: 23px;
	border: 1px solid #CCC;
	color: #666;
}
	
	
#nome_fale{
	position:relative;
	float:right;
	width:537px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#empresa_fale{
	position:relative;
	float:right;
	width:537px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#telefone_fale{
	position:relative;
	float:right;
	width:537px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#email_fale{
	position:relative;
	float:right;
	width:537px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
.linha_contato2{
	position:relative;
	float:left;
	width:403px;
	height:27px;
	margin-left:10px;
	margin-top:10px;
	}

.linha_contato2 label{
	position:relative;
	float:left;
	width:185px;
	height:27px;
	background-color:#999;	
	font-size:14px;
	color:#FFF;
	line-height:1.90em;
	font-family:Arial;
	padding-left:10px;
	}
	
#cidade_fale{
	position:relative;
	float:right;
	width:200px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
.linha_contato3{
	position:relative;
	float:right;
	width:335px;
	height:27px;
	margin-left:10px;
	margin-top:10px;
	}

.linha_contato3 label{
	position:relative;
	float:left;
	width:90px;
	height:27px;
	background-color:#999;	
	font-size:14px;
	color:#FFF;
	line-height:1.90em;
	font-family:Arial;
	padding-left:10px;
	}
	
#bairro_fale{
	position:relative;
	float:right;
	width:215px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	margin-right:10px;
	}
	
#como_fale{
	position:relative;
	float:right;
	width:540px;
	height:27px;
	border:1px solid #CCC;
	color:#666;
	}
	
.linha_contato4{
	position:relative;
	float:left;
	width:740px;
	height:115px;
	margin-left:10px;
	margin-top:10px;
	}

.linha_contato4 label{
	position:relative;
	float:left;
	width:185px;
	height:115px;
	background-color:#999;	
	font-size:14px;
	color:#FFF;
	line-height:1.90em;
	font-family:Arial;
	padding-left:10px;
	line-height:7.80em;
	}
	
#obs_fale{
	position:relative;
	float:right;
	width:533px;
	height:110px;
	border:1px solid #CCC;
	color:#666;
	}
	
.caixa_botao_enviar_fale_conosco{
	position:relative;
	float:right;
	width:148px;
	height:26px;
	margin-top:20px;
	margin-right:10px;
	background-image:url(../imagens/enviar-contato.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.caixa_botao_enviar_fale_conosco:hover{
	background-position:-148px 0px;
	}
	
.espacamento_fale{
	position:relative;
	float:left;
	width:730px;
	height:20px;
	}
