.LB-black-overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #333;
	border:1px solid #666;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.LB-white-content {
	display: none;
	position: fixed;
	width: 50%;
	top: 15%;
	height: 200px;
	padding: 20px;
	background-color: #fff;
	z-index:1002;
	margin-top: 0%;
	margin-right: 25%;
	margin-bottom: 30%;
	margin-left: 25%;
}

a#close  {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -12px;
	left: -12px;
	background-image: url(../images/close.png);
	background-position: 0 0;
}

