/* CSS Document */
#LB1{ position:absolute;
	margin-top:200px;
	margin-left:100px;
	width:410px;
	height:55px;
	background:url(../imgs/area_restrita.png);
	font:10pt Arial, Helvetica, sans-serif;
	display:none;
	z-index:20;
	padding-left:3px;
	/*border:1px #000000 solid;*/
}
#LB1 input{ border:none;
	margin:26px 0 0 3px;
	background:#ffffff;
	color:#000000;
}
#LB1 #Lemail{width:200px;}
#LB1 #Lsenha{width:75px;}
#LB1 #Lbt{border:0px #000000 solid;
	width:22px;
	height:22px;
	background:url(../imgs/entra.gif) no-repeat;
	vertical-align:middle;
	margin-left:3px;
	cursor:pointer;
}
#LB1 #Lbt:hover{background:url(../imgs/entraS.gif) no-repeat;}
#LB1 #saidaLB1{position:absolute;
	margin-left:383px;
	margin-top:3px;
	font:8px Arial, Helvetica, sans-serif;
	color:#FFffff;
	background:#FF0000;
	font-weight:bold;
	border:0px #00FF00 solid;
	width:10px;
}
#fundo{width:950px;
	height:435px;
	background:#000000;
	opacity:0.2;
	filter:alpha(opacity=20);
	position:absolute;
	top:125px;
	z-index:10;
	display:none;
}