body {
	height:100% !important;
	}




.backdrop {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	z-index:8000;
	
	}
	

#ws-lightbox-outer {
	position:fixed;
	left:50%;
	top:50%;
	z-index:9999; 
	background-color: #ffffff;
	}
	
#ws-lightbox-outer iframe {
	overflow:hidden;
	padding:0;
	}

.close-lb {
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/close-x.png);
	height:40px;
	width:40px;
	cursor:pointer;
	background-color:#154275;
	}
	
.close-lb:hover{
	background-color:#000;
}