/* Popup okno se stinem */
#popup_shadow {
	display: none;
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: 80;
	width: 100%;
	background-image: url(../sysimg/overlay.png);
}
#popup_shadow img{ border: none; }

* html #popup_shadow {
	background-color: #333;
	z-index: 80;
	back\ground-color: transparent;
	background-image: url(../sysimg/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../sysimg/overlay.png", sizingMethod="scale");
}
div#popup {
	font-size: 10pt;
	z-index: 85;
	font-style: normal;
	text-decoration: none;
	position: absolute;
	padding: 5px;
	color: #000000;
	border: solid 1px #ccc;
	background: #fff;
}

/*div#popup {
	width: 780px;
}*/

#bottomNavClose{ width: 66px; float: right;  padding-bottom: 0em; outline: none;}