#lbOverlay { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 99997; 
	width: 100%; 
	height: 100%; 
}
#lbOverlay.grey { 
	background-color: #000000; 
}

#lbMain { 
	position: absolute; 
	left: 0; 
	width: 100%; 
	z-index: 99998; 
	text-align: center; 
	line-height: 0; 
	display:-moz-inline-stack; 
}

#lbOuterContainer {	
	position: relative;
	background-color: #fff; 
	width: 200px; 
	height: 200px; 
	margin: 0 auto; 
}	
#lbOuterContainer.grey { 
	border: 2px solid #707d72; 
}

#lbTopContainer, 
#lbBottomContainer { 
	font: 0.85em Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	width: 100%; 
	line-height: 1.4em; 
	font-size: 0.9em;
	overflow: hidden; 
	margin: 0 auto; 
	padding: 0; 
	position: relative; 
	z-index: 14; 
	display: none;
}
#lbTopContainer { 
	overflow: hidden; 
	margin-top: 5px; 
}
#lbTopContainer.grey,
#lbBottomContainer.grey {
	background-color: #ffffff;
}
	
#lbImage, #lbIframe { 
	border: none; 
}
#lbImage.grey, #lbIframe.grey {
	border:none; 
}	
#lbImageContainer, #lbIframeContainer { 
	padding: 10px; 
	z-index: 12; 
}
#lbLoading {
	height: 100%; 
	width: 100%; 
	margin-top: -10px;
	background: url('../images/loading_white.gif') center no-repeat;
}
	
#lbTopData, #lbBottomData { 
	float: left; 
	text-align: left; 
	padding-left: 10px; 
}
#lbBottomData { 
	padding-bottom: 0.5em; 
}
#lbBottomData.grey, #lbTopData.grey { 
	color: #333333; 
}

#lbClose, #lbCloseTop { 
	width: 26px; 
	height: 28px; 
	float: right; 
	margin: 5px 3px 1px 0;
	border: none !important;
}
#lbClose.grey, #lbCloseTop.grey { 
	background: url('../images/close_grey.png') no-repeat; 
}



