/* CSS Document */
div#popup-cover-div {
	width: 100%;
	position: absolute;
	display: block;
	float: none;
	clear: both;
	height: 100%;
	background-color:#000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	khtml-opacity: 0.40;
	left: 0;
	top: 0;
}
div#popup-prozor {
	position: absolute;
	z-index: 150;
	top: 0;
	left: 50%;
	width: 940px;
	margin-left: -470px;
	margin-top: 100px;
	display: block;
	float: none;
	clear: both;
}
div#popup-prozor div.closer {
	width: 20px;
	height: 20px;
	margin-left: 920px;
	float: none;
	clear: both;
	display: block;
}
div#popup-prozor div.closer a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url(../img/icons/close-plavi.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div#popup-prozor div.closer a span {
	display: none;
}
div#popup-prozor div.content {
	display: block;
	float: none;
	clear: both;
	width: 940px;
	background-color:#FFF;
	text-align:center;
}
