/* WHITE LABEL IE CHECKER */
#ie-check
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: url(grid.gif) repeat;
	display:none;
	z-index:10000000000001;
}
.iepopup
{
	position:relative;
	margin:0 auto;
	top:100px;
	width:400px;
	height:auto;
	padding:50px;
	background:url(fuck-ie6.jpg) no-repeat top left #fff;
	border:1px solid black; 
}
.popup-text
{
	float:right;
	position:relative;
	width:300px;
	height:auto;
	font-size:10px;
	color:#666;
	text-align: justify;
}
.popup-text strong.nadpis
{
	font-size:12px;
	color:#333;
}
.popup-text strong.alert
{
	font-size:14px;
	font-weight:normal;
	color:#900;
	font-family: Helvetica, Arial, sans-serif;
}
.popup-text div.download
{
	display:block;
	height:20px;
	color:#000;
	line-height:2em;
	cursor:pointer;
}
.popup-text div.download:hover
{
	color:#900;
}
.popup-text div.download img
{
	float:left;
	padding-right:10px;
}
.popupclose
{
	position:relative;
	float:right;
}
.blackbox-half
{
	position:relative;
	width:50%;
	height:17px;
	color:#fff;
	background:#000;
	text-align: center;
	padding:3px 0px 0px 0px;
	cursor:pointer;
	display:block;
	font-size:10px;
}
.blackbox-half:hover
{
	background:#900;
}
.blackbox-half:hover span
{
	color:#000;
}