
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 37%;
	left: 35%;
	width: 30%;
	height: 16%;
	padding: 1em;
	border: 2px dashed #555;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: hidden;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}

#transp_overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.0;
	opacity:.00;
	filter: alpha(opacity=00);
}


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