﻿.backdrop{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;	
	background: rgba(0,0,0,.5);
	display: none;
	overflow-y: auto;
	padding-top: 20px;
}


.pb-container{
	display: block;
	/*position: fixed;*/
	width: 660px;
	height: 400px;
	/*left: 50%;
	top: 50%;
	margin-left: -330px;
	margin-top: -200px;*/
	position: absolute;

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	border: 0;
	z-index: 9999;
	
	background: #fff;	
}




.pb-container .close {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	right: -8px;
	top: -8px;
	background: transparent url(images/close.png) no-repeat right top;
	background-size: 30px;
	cursor: hand;
	text-indent: -10000px;
	opacity: 1 !important;
}


.pb-container iframe{
	width: 100%;
	height: 100%;
}

.dlg{
	
}