#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.closelink {
	position: absolute;
	top: 0;
	right: 0;
	background: #e0e0e0;
	z-index: 700;
	font-weight: bold;
	margin: 0;
	padding: 0.25em;
}

.closelink a {	
	font-size: 1.05em;
	padding: 0.25em;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.closelink a:hover { text-decoration: underline; }

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: center;
	width: 450px;
	height: auto;
	padding: 1em;
	border: 8px solid #e0e0e0;
	background-color: white;
	text-align: left;
	z-index:600;
	overflow: visible;
}

.leightbox .scrollable {
	width: auto;
	height: auto;
	max-height: 250px;
	margin-top: 1em;
	overflow: auto;
}

* html .leightbox .scrollable { height: 250px; }

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:500;
	background-color:#000;
	-moz-opacity: 0.40;
	opacity:.40;
	filter: alpha(opacity=40);
}

.top-link { display: none; }

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }