.leightbox {
	color: #000;
	display: none;
	position: absolute;
	top: 22%;
	left: 20%;
	width: 800px;
	height: 510px;
	border: 1px solid #E89848;
	background-color: #000;
	text-align: left;
	z-index:1001;
	overflow: hidden;
}

.leightbox .close {
    height:20px;
	background-color:#991305;
	text-align:center;
}

.leightbox .close a {
    padding-top:5px;
    padding-right:2px;
    font-size:1.4em;
    color:#fff2a2;
    text-decoration:none;
}

.leightbox .close a:hover {
    text-decoration:underline;
}

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-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;    }