#PopWin{
	background: #fff;
	border: 1px solid #555;
	font-size: 12px;
	position: absolute;
	z-index: 30;
	width:690px;
}
#PopWin .info{
	color: #06a;
	text-align: center;
}
#PopWin .error{
	color: #d33;
	text-align: center;
}
#PopWin .success{
	color: #093;
	text-align: center;
}
#PopWin .warning{
	color: #cc0;
	text-align: center;
}
#PopWin .menu{
	background:url(../img/popwin/menu.png) center;
	clear:both;
	display:block;
	height:20px;
}
#PopWin button{
	background: url(../img/taste_ok.png) center top no-repeat;
	border: 0px none;
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 5px auto;
	width: 62px;
}
#PopWin button.ovr{
	background: url(../img/taste_ok.png) center bottom no-repeat;
}
#PopWin .PopWinTaste{
	display: block;
	cursor: pointer;
	margin:1px 1px 0 0;
	float:right;
}
#PopWin .box{
	clear:both;
	display:block;
	margin:5px auto;
	text-align:center;
}
#PopWin .box a{
	color:#999;
	margin:0 5px;
	text-decoration:none;
}
#PopWin .box a:hover{
	color:#000;
	margin:0 5px;
	text-decoration:underline;
}
#PopWin #PopImage,
#PopWin #PopGal{
	background: #fff center no-repeat;
	border:1px solid #ccc;
	height:480px;
	padding:2px;
	width:640px;
}
#PopWin #PopMenu{
}
#PopWin #PopMenu a{
	border:1px solid #ccc;
	border-top:0 none;
	color:#999;
	float:right;
	line-height:22px;
	height:22px;
	margin:0 2px;
	padding:0 3px;
}
#PopWin #PopMenu a:hover{
	background:#ccc;
	color:#000;
}
#PopWin #PopFil{
	background: #fff center no-repeat;
	height:360px;
	padding:5px;
	text-align:right;
	overflow-y:scroll;
}
#PopWin #PopFil *{
	line-height:18px;
}
#PopWin #PopFil div{
	height:18px;
}
#PopWin #PopFil div .link{
	float:left;
}
#PopWin #PopGal{
	border:0 none;
	padding:1px;
}
#PopWin #PopGal img{
	background: #fff;
	border:1px solid #ccc;
	cursor:pointer;
	padding:2px;
	margin:2px;
}
#PopWin #PopWinText{
	text-align:center;
	margin:0 auto;
	padding:0;
}

#Geist{
	position:absolute;
	background:#000;
	opacity:.5;
	filter:alpha(opacity=50);
	z-index:29;
	left:0;
}


#FilmeIcon{
	background:url(../img/film.png) center no-repeat;
	_background:none;
	display:block;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/film.png", sizingMethod="scale");
	font-size:0;
	float:left;
	overflow:hidden;
	height:16px;
	width:16px;
}
#PDFIcon{
	background:url(../img/page_white_acrobat.png) center no-repeat;
	_background:none;
	display:block;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/page_white_acrobat.png", sizingMethod="scale");
	font-size:0;
	float:left;
	overflow:hidden;
	height:16px;
	width:16px;
}