body {
	background-image: url(../images/padrao.gif);
	margin:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}



#links {
	display:none;
}
a:link {
	color: #777777;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
	color: #777777;
}
img { display:none;

}

#fade{
			display: none;
			position: fixed;
			top:32px;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
* html #fade{ /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); 
}
#btEntrar {
	background: url(../images/es/entrar_bt.png) no-repeat top left;
	width:72px;
	height:34px;
}
#btEntrar a{ 
	width:72px;
	height:34px;
	display:block;
	background: url(../images/es/entrar_bt.png) no-repeat top left;
}

#btEntrar a:hover{ 
	background-position:bottom;
}




#btClose {
	float:right;
	background: url(../images/close_bt.png) no-repeat top left;
	width:17px;
	height:17px;
}

#btClose a{ 
	width:17px;
	height:17px;
	display:block;
	background: url(../images/close_bt.png) no-repeat top left;
}

#btClose a:hover{ 
	background-position:bottom;
}

#btRegistar {
	margin-top:3px;
	width:147px;
	height:44px;
	background: url(../images/es/regist_bt.png) no-repeat top;
}

#btRegistar a{ 
	width:147px;
	height:44px;
	display:block;
	background: url(../images/es/regist_bt.png) no-repeat top;
}

#btRegistar a:hover{ 
	background-position:bottom;
}



/***************************************************************************/



.OrangeTxt {
	
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.CheckBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 15px;
	width: 15px;
}

.GreyTxt {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

.LoginField {
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 160px;
	vertical-align: middle;
}
.GreyLinksTxt {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}

.bulletsLaranja {color: #FF9900; font-weight: bold; font-size: 9px; }
.style2 {font-size: 10px}