#lbBtOverlay {
	position: fixed;
	z-index: 8999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
}

#lbBtContainer, #lbBtContent {
	position: absolute;
	z-index: 9000;
	overflow: visible;
	background-color: #eeebe5;
	border: 0px;
}

#lbBtContent {
	overflow: auto;
	background: transparent url(../../../images/layout/bg_content.jpg) repeat left bottom;
}

#lbBtContent iframe {
	margin: 10px;
}

.lbBtLoading {
	background: #fff url(loading.gif) no-repeat center;
	border: 0px;
}

#lbBtClose {
	display: block;
	position: absolute;
	z-index: 9999;
	top: -20px;
	right: -30px;
	width: 40px;
	height: 40px;
	background: transparent url(../../../images/layout/bg_glider_close.png) no-repeat center;
	margin: 0px;
	outline: none;
	border: 0px;
	cursor: pointer;
}

#lbBtClose:hover {
	background: transparent url(../../../images/layout/bg_glider_close_over.png) no-repeat center;
	border: 0px;
	text-decoration: none;
}