#container { 
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

.close {
	top: 0px;
	position: absolute;
	z-index: 2002;
	right: 0px;
}

.leightbox {
	color: #536674;
	display: none;
	margin: auto;
	position: relative;
	width: 650px;
	border: 5px solid #8ca5c9;
	background-color: white;
	z-index:1001;
	overflow: auto;
	top: 128px;
	height: 500px;
}

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

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