.leightbox, .leightboxlink   {
	background-color:#FFFFFF;
	border:2px solid #B8B8B8;
	color:#0A263C;
	display:none;
	font:9px Arial,sans-serif;
	left:25%;
	margin:0;
	overflow:auto;
	padding:0;
	position:absolute;
	text-align:left;
	top:25%;
	width:450px;
	min-height:200px;
	z-index:1001;
}
#overlay, #overlaylink{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
.lightboxlink[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlaylink[id]{ /* IE6 and below Can't See This */    position:fixed;    }
