

/****************For Overlay **************/
.LB-black-overlay { 
		display: none; 
		position: fixed; 
		top: 0%; 
		left: 0%; 
		width: 100%; 
		height: 100%; 
		background-color: #333; 
		z-index:20; 
		-moz-opacity: 0.8; 
		opacity:.80; 
		filter: alpha(opacity=80);
		cursor:wait;
} 

.LB-white-content { 
		display: none; 
		position: fixed; 
		top:132px;
		left:245px;
		height: auto; 
		padding:0; 
		z-index:21;
		border:3px solid #333;
		overflow:auto;
		
 } 

a.close {
		background:url(../images/x.png) no-repeat; 
		width:25px; 
		height:29px; 
		display:inline; 
		z-index:3200; 
		position:fixed; 
		top:125px; 
		left:835px; 
		cursor:pointer;
} 

newH4 h4 {
    margin-top:-3px;
    font-size: 1.1em;
    color: #448ABE;
     font-family: Verdana, Arial;
}


/****************For Overlay **************/
