#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: 0 none;	
}

#kluboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	text-decoration: none;
	width: 25px;
	height: 21px;
	text-indent: -9999px;
	background-image: url(/pliki/podsumowanie/pop-off.png);
	overflow: hidden;
}

#kluboxIframe {
	border: 0px;
	overflow: auto;
	width: 100%;
	height: 100%;
}
