@charset "utf-8";
/* CSS Document */

.texto_ligamos{
	position:relative;
	float:left;
	width:762px;
	height:20px;
	}
	
.texto_ligamos h1{
	position:relative;
	float:left;
	width:762px;
	height:20px;
	}	
	
.caixa_ligaremos{
	position:relative;
	float:left;
	width:762px;
	height:392px;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	background-image:url(../imagens/ligamos-para-voce-fundo.jpg);
	background-repeat:no-repeat;
	background-position:25px 10px;
	margin-top:10px;
	}
	


.caixa_inputs_ligamos{
	position:relative;
	float:left;
	width:377px;
	height:184px;
	margin-left:50px;
	margin-top:32px;
	}
	
.linha_ligamos{
	position:relative;
	float:left;
	width:377px;
	height:27px;
	}
	
.linha_ligamos label{
	position:relative;
	float:left;
	width:100px;
	height:27px;
	background-color:#999;	
	font-size:14px;
	color:#FFF;
	line-height:1.90em;
	font-family:Arial;
	padding-left:10px;
	}
	
#nome_ligamos{
	position:relative;
	float:right;
	width:255px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#email_ligamos{
	position:relative;
	float:right;
	width:255px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#telefone_ligamos{
	position:relative;
	float:right;
	width:255px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
#assunto_ligamos{
	position:relative;
	float:right;
	width:255px;
	height:23px;
	border:1px solid #CCC;
	color:#666;
	}
	
.espaco_linha{
	margin-top:10px;
	}
	
.botao_enviar_ligacao{
	position:relative;
	float:right;
	width:156px;
	height:26px;
	background-image:url(../imagens/solicitar-ligacao.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:15px;
	}
	
.botao_enviar_ligacao:hover{
	background-position:0px -26px;
	}
	


