a.rollover_home {
background:url(../img/botao_home.jpg);
display: block;
width: 124px;
height: 32px;
text-decoration: none;
}
a.rollover_home:hover {
background-position: -124px 0;
}


a.rollover_velocidades {
background:url(../img/botao_velocidades.jpg);
display: block;
width: 124px;
height: 32px;
text-decoration: none;
}
a.rollover_velocidades:hover {
background-position: -124px 0;
}


a.rollover_vantagens {
background:url(../img/botao_vantagens.jpg);
display: block;
width: 124px;
height: 32px;
text-decoration: none;
}
a.rollover_vantagens:hover {
background-position: -124px 0;
}


a.rollover_comofunciona {
background:url(../img/botao_comofunciona.jpg);
display: block;
width: 124px;
height: 32px;
text-decoration: none;
}
a.rollover_comofunciona:hover {
background-position: -124px 0;
}


a.rollover_contatos {
background:url(../img/botao_contatos.jpg);
display: block;
width: 124px;
height: 32px;
text-decoration: none;
}
a.rollover_contatos:hover {
background-position: -124px 0;
}


a.rollover_webmail {
background:url(../img/botao_webmail.jpg);
display: block;
width: 124px;
height: 32px;
text-decoration: none;
}
a.rollover_webmail:hover {
background-position: -124px 0;
}

.texto_quadrado{
	position:relative;
	width:310px;
	height:80px;
	margin-right:10px;
}

.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:normal;
	text-align:justify;
	color:#666666;
}

.copyright{
	position:relative;
	float:left;
	margin-top:30px;
	*margin-top:20px;
}

.titulo_plano{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	color:#6688CC;
}

.titulo_velocidade_valor{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	color:#7F7F7F;
}

.alinhamento_velocidade{
	position:absolute;
	margin-top:6px;
	left:47px;
}

.alinhamento_valor{
	position:absolute;
	margin-top:6px;
	left:52px;
}

.descricao{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:normal;
	text-align:left;
}

.alinhar_formulario{
	position:absolute;
	height:25px;
	width:680px;
}

.alinhar_texto_form{
	position:relative;
	margin-left:6px;
}

.alinhar_texto_formulario{
	position:relative;
	top:7px;
	margin-left:10px;
}

.texto_formulario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:normal;
	text-align:justify;
	color:#666666;
}

.vantagens{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}



a.img_enviar{
	width:126px;
	height:34px;
	position:absolute;
	background:url(../img/enviar_antes.png);
}

a.img_enviar:hover{
	background:url(../img/enviar_depois.png);
    cursor: pointer;
}

.img_enviar1{
	width:126px;
	height:34px;
	position:absolute;
	background:url(../img/enviar_antes.png);
	cursor:pointer;
}

.img_enviar2{
	width:126px;
	height:34px;
	position:absolute;
	background:url(../img/enviar_depois.png);
	cursor:pointer;
}

a.img_limpar{
	width:126px;
	height:34px;
	position:absolute;
	background:url(../img/limpar_antes.png);
}

a.img_limpar:hover{
	background:url(../img/limpar_depois.png);
    cursor: pointer;
}

.img_limpar1{
	width:126px;
	height:34px;
	position:absolute;
	background:url(../img/limpar_antes.png);
	cursor: pointer;
}

.img_limpar2{
	width:126px;
	height:34px;
	position:absolute;
	background:url(../img/limpar_depois.png);
    cursor: pointer;
}

.azul{
	color:#6688CC;
}

.cinza{
	color:#666666;
}

a.azulink{
	text-decoration:none;
	color:#6688CC;
}

a.azulink:hover{
	text-decoration:underline;
}