.leightbox {

	color: #333;
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-230px;
	/* 218 pra centralizar */
	margin-left:-262px;
	width: 524px;
	height: 436px;
	background:url(../img/bg_modal.gif);
	text-align:center;
	padding: 54px 20px 0 20px;
	z-index:1000;
	overflow: hidden;	
}


.leightbox_modal_ficha {

	color: #333;
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-190px;
	margin-left:-600px;
	width: 340px;
	height: 300px;
	z-index:1100;
	overflow: hidden;
	background:#1a1c1e;
}

.leightbox_modal {

	color: #333;
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-167px;
	margin-left:-174px;
	width: 518px;
	height: 335px;
	z-index:1100;
	overflow: hidden;
	background:#1a1c1e;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#020202;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#overlayb{
	display:block;
	background-color:#052c4c;
	-moz-opacity: 1.0;
	opacity:1.90;
	filter: alpha(opacity=100);
	z-index: 1;
}



.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }