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

.LB-white-content {
    display: none;
    position: fixed;
top: 40%;
left: 50%;
width: 220px;
/*margin-top: -15em; always take 1/2 from the size of the height, they have to be negative*/
margin-left: -110px; /*always take 1/2 from the size of the width, they have to be negative*/
 z-index:1002;
 cursor: pointer;
}
    
  

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

a#close:hover {
    background: url(../images/close.png) 0 -30px;
} 


#apDiv11 {
	position:absolute;
	left:50%;
	top: 40%;
	width:250px;
	height:100px;
	z-index:1003;
	margin-left: -125px;
	text-align: center;
	border: medium double #6C5200;
	background-color: #C90;
	color: #FFF;
	font-size: 14px;

}

