#confirm {
	border: 3px solid #61718D;
	background-color: #D7E2F5;
	position: absolute;
	display: none;
	width: 400px;
	top: 210px;
	z-index: 100;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#confirm_msg{
	font: 12px tahoma, arial;
}
/* h2 opisan v main.css*/
#WindowTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}

#loading{
	position:absolute;
	left:0;
	top:0;
	display:none;
	background:url('../images/bg-loading.gif');
	z-index: 40;
}
#window{
	top:210px;
	left:200px;
	float:left;
	position: absolute;
	background-color:#f0f0f0;
	height:200px;
	width:450px;
	text-align:left;
	overflow: visible;
	border:1px solid #333;
	z-index: 200;
}
#window .wul{
	float:left;
}
#window ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#window .closew{
	margin-top:3px;
	margin-right:-4px;
	float:left;
	width:14px;
	height:14px;
	background:url('../images/closew.gif') no-repeat;
}
#window a.closew:hover{
	background:url('../images/closew-a.gif') no-repeat;
}
.wzag{
	height:20px;
	line-height:20px;
	background:#999;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #666;
	float:left;
	width:100%;

}
.wzag font{
	float:left;
	color:#fff;
	padding-left:10px;
}
.wzag b{
	font-family:verdana;
	color:#ccc;
	float:right;
	padding-right:7px;
}
.wzag b img{
	margin-top:7px;
}
#window .inner{
	float:left;
	width:100%;
	margin-left: 15px;
	margin-top: 15px;
	/*margin-bottom: 15px;	*/
}
.cont{
	width:100%;
	/*height:100%;
	overflow:auto;
	overflow-y:scroll;*/
} 
.buttons{
	padding-top: 15px;
	text-align: center;
}
#waterMark{
	POSITION: absolute;
	overflow: visible;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial;
	z-index:400;
	float:right;
	top: 210px;
	height:20;
	width:20;
	background:#999;
	clear: left;
}

#divBottom{top:210px;position:absolute;font-family:arial,helvetica;height:20;width:180;font-size:10pt;font-weight:bold;z-index:100;float:right;overflow:visible;}
