.lbox_content p {
padding-top:10px;
line-height:1.4em;
}

.lbox_content a {
color:#fff;

}

.lbox_content a:link {
color:#fff;
}



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

.leightbox ul {
margin-left:15px;
}

.leightbox li {
line-height:1.4em;
list-style:disc;
}

.close {
height:22px;
float:right;
width:88px;
clear:both;

}

.lbox_content{

padding:20px 35px 5px;
float:left;
}

#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;    }
