#lightbox {
	position: absolute;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #333;
	width: 620px;
	height: 445px;
	display: none;
	z-index: 1010;
	opacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	KHTMLOpacity: 0;
	padding-top: 40px;
	color: #000;
}

#lightbox .bar {
	width: 640px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/bar.gif') repeat-x;
}

#lightbox .bar a {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 21px;
	height: 21px;
	display: block;
	text-decoration: none;
	border: none;
	background: url('images/close2on.gif');
	z-index = 1020;
}

#overlay {
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70); 
	-moz-opacity: .70;
	KHTMLOpacity: .70;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1005;
	width: 100%;
}
