/***************************************************
		             OVERLAY
			  made by www.krojac.com
***************************************************/

#TB_overlay {
	position: fixed;
	z-index:8999;
	top: 0px;
	left: 0px;
	background-color:#333333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width:100%;
	height: 100%;

}

* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.documentElement.clientHeight ? document.body.scrollHeight : (document.documentElement.clientHeight) + 'px');
}

.loading{
	position: absolute;
	z-index:9002;
	top: 50%;
	left: 50%;
	width:200px;
	height: 0px;
	margin-top: -150px;
	margin-left: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 50px;

}

#imageContainer{
	padding: 10px;
	background-color: #F7F7F7;
	position: relative;
	}
	
	#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	background-color: #F7F7F7;
	padding: 10px 0px 0px;
	}
	
.close{
	position: absolute;
	right: 15px;
	top: -10px;
}	

.container-pop-up{
	position: absolute;
	z-index:9999;
	top: 40%;
	left: 50%;
	width:680px;
	height: 424px;
	margin-top: -262px;
	margin-left: -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../pic/kviz/popUP.png);
	background-repeat: no-repeat;
	line-height: 16px;
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 60px;
}

.left-popup{
	position: relative;
	float: left;
	width: 370px;
	}
	
.images{
	position: absolute;
	right: 255px;
	top: 100px;
}	
	
.content{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	}

a{
	font-weight: normal;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 11px;
	color: #FFCC00;
}
