.leightbox {
	position: absolute;
	top: 90px;
	z-index:2000;
	width:100%;
}
.leightbox .container {
	padding:5px;
	background: #fff;
	margin:0 auto;
        width:560px;
}
.leightbox table.inner {
	margin-bottom:15px;
}
.leightbox .content {
	padding:15px 30px;
	line-height:1.6em;
	color:#222;
	height:300px;
	overflow:auto;
	font-size:11px;
}
.leightbox table.inner td.content h1 {
	margin:15px 0;
	font-style:italic;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

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