#lb_popup {
	width: 500px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #eee;
	display: none;
	position: absolute;
	color: #666;
}

#lb_popup li {
    list-style: none !important;
	margin: 0;
	padding: 8px;	
	border-bottom: 1px solid #ccc;
	line-height: 1.6em;
}

#lb_popup a {
    text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

.lb_desc {
    margin: 0;
}