
._PopupWindow {
	z-index: 999999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 100%;
	background: rgba(0,0,0,0.5);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	display: none;
}
	
._PopupWindowBody {
	margin: auto;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	max-width: 90%;
	max-height: 90%;
}
._PopupWindowContent {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
	
_PopupWindowImage img {
	vertical-align: top;
}
._PopupWindowClose {
		
	position: absolute;
	top: 0;
	right: 0;
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 20px;
	font-size: 30px;
	cursor: pointer;
}
._PopupWindowClose:before {
		
	content: "×";
}
._PopupWindowButtons {
	text-align: center;
}
._PopupWindowButtons > * {
	margin: 5px;
}
._PopupWindowCloseCustom {
}
._PopupWindowLinkCustom {
}
._PopupWindowImage img {
	width: 500px;
	max-width: 100%;
}
._PopupWindowContent {
	padding: 20px;
	width: 540px;
	max-width: 100%;
}
._PopupWindowText ._Button {
	margin-botom: 10px;
}
