#lbOverlay {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
	width:100%;
	z-index: 10001;
	background-color: #000000;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

#lbContent {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10002;
	padding: 20px;
	margin: 0px;
	background-color: #FFFFFF;
}

#lbClose {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
	clear: none;
	float: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #FFFFFF url(closebutton.gif) no-repeat left top;
}
#lbClose:hover {
	background: url(closebutton.gif) left bottom;
}

#lbHTML {
	/*overflow: auto;
	width: 100%;
	height: 100%;*/
}