body{
	margin:0px;
	background-image:url(../img/bg_filet_cinza.jpg);
	background-repeat:repeat-x;
	background-color:#EDEDED;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:11px;
	text-align:center;
	line-height:14pt;
}

#login{
	width:284px;
	height:316px;
	padding-top:242px;
	padding-left:82px;
	padding-right:72px;
	background-image:url(../img/bg_login.jpg);
	margin:0 auto;
	margin-top:39px;
}

.margen_fone{
	margin-bottom:8px;
}

/*links da página de login*/
a:link {font-family:Tahoma; font-size:11px; color:#666; text-decoration:none;}
a:visited {font-family:Tahoma; font-size:11px; color:#666; text-decoration:none;}
a:hover {font-family:Tahoma; font-size:11px; color:#333; text-decoration:none;}
a:active {font-family:Tahoma; font-size:11px; color:#666; text-decoration:none;}

/*links da página de login do link voltar par ao site*/
a.voltar:link {font-family:Tahoma; font-size:13px; color:#666; text-decoration:none;}
a.voltar:visited {font-family:Tahoma; font-size:13px; color:#666; text-decoration:none;}
a.voltar:hover {font-family:Tahoma; font-size:13px; color:#333; text-decoration:none;}
a.voltar:active {font-family:Tahoma; font-size:13px; color:#666; text-decoration:none;}



/*CONTATO*/
.campo_contato{
	width:284px;
	height:43px;
	line-height:43px;
	padding-left:15px;
	margin-bottom:15px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:13px;
	color:#838383;
	border:0px;
	background-image: url(../img/bg_form_off.jpg);
	background-repeat:no-repeat;
}

.campo_contato_on{
	width:269px;
	height:43px;
	line-height:43px;
	padding-left:15px;
	margin-bottom:15px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:13px;
	color:#838383;
	border:0px;
	background-image: url(../img/bg_form_off.jpg);
	background-repeat:no-repeat;
}

.botao_enviar_login				{ margin-left:176px; background:url(../img/bt_login.jpg) top; height:35px; width:107px; border:none; cursor:pointer; }
.botao_enviar_login:hover			{ background-position:bottom;}