#kluboxBackgroundOverlay {
	position: fixed;
	margin: auto;
	top: 0px;
	left: 0px;
	z-index: 998;
	width:  100%;
	height: 100%;
	display: none;
	background-color: #000000;
}

#klubox {
	top: 10px;
	left: 0px;
	position: fixed;
	background: #fff;
	border: 0px solid #aaa;
	overflow: auto;
	/*width: 400px;
	height: 400px;*/
	z-index: 999;
	display: none;
	/*border:1px #5cc7f0 solid;	*/
}

#kluboxClose {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-decoration: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 1000;
	background-image: url(blob);
}

#kluboxIframe {
	border: 0px;
	overflow: auto;
	width: 100%;
	height: 100%;
}