div.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: auto;
	height: auto;
	padding: 2.0em;
	border: 2px solid #B18E34;
	background-color: #fff;
	overflow: auto;
	text-align: left;
	z-index:10001;
}
div.leightbox p {
	text-align: left;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

div.leightbox p.closeBtn {
	text-align: right;
	padding: 0;
	margin: 0;
}
.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }