body {
	background: #F4F4F4 ;
	padding: 0 ; 
	margin: 0 ;	
	font-family: Verdana, Arial, sans-serif ; font-size: 10px ; color: #777777 ;
}

form { padding: 0 ; margin: 0 ; }

.titulo_loginerro	{ font-size: 10px; font-weight: bold; color: #C00000 }
.copyright		{ font-size: 9px; font-weight: bold; color: #777777; }

a.link_esqsenha:link	{ color: #777777; font-size: 9px; text-decoration: none }
a.link_esqsenha:visited	{ color: #777777; font-size: 9px; text-decoration: none }
a.link_esqsenha:hover	{ color: #C00000; font-size: 9px; text-decoration: underline }
a.link_esqsenha:active	{ color: #777777; font-size: 9px; text-decoration: none }

/* HACK IE */ 
* html .gainlayout { height : 1% ; } 
/* */ 

#layout {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top : -140px;
	background : #F4F4F4 url(../img/index_fundo-layout.gif) top left repeat-x;
	height: 280px;
}

#main {
	position: absolute ;
	width: 780px ;
	height: 280px ;
	left: 50% ;
	margin-left : -375px ;
	background : #F4F4F4 url(../img/fundo_main.gif) top left repeat-x ;
}

#tabela, #tabela2 {
	padding-bottom: 10px;
}

#cont {
	position: relative;
	margin-top : 100px ;
	margin-left : 148px ;
	width : 203px ;
}

/* RODAPE */
#rodapeX {	
	clear:both;
	height:20px;
	background-color:#FFFFFF;
}
#cont_fim {
	display : inline ;
	position : relative ;
	width : 616px ;
	height : 4px ;
	background : #FFFFFF url(../img/cont_fim.jpg) top left repeat-x;
}
#espaco-rodape {
	float:left;
	z-index:120;
	width:40;
	height:58px;
	background : #FFFFFF ;
}
#endereco {
	float:left;
	z-index:140;
	width:536;
	height:58px;
	background : #FFFFFF ;
}
#credito {
	float:left;
	z-index:130;
	width:40;
	height:58px;
	background : #FFFFFF ;
}
/*  */

.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 10px ;
	color: #777777 ;
	background-color: #F4F4F4 ;
	border: 0px ;
}
.campoover {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 10px ;
	color: #C00000 ;
	background-color: #F4F4F4 ;
	border: 0px ;
}
/* */
