p {
padding-top:10px;
line-height:1.5em;

}

.leightbox {
	color: #a3b17e;
	display: none;
	position: absolute;
	top: 20%;
	left: 25%;
	width: 50%;
	border: 3px solid #a3ae7c;
	background:url(../../images/bg.jpg) no-repeat top;
	text-align: left;
	z-index:1001;
	overflow: auto;	
	font-size:11px;
	overflow:hidden;
}
.close {
height:22px;
float:right;
width:88px;

}

.lbox_content{

margin:30px;
float:center;
}

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

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