.pop-dlg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-opacity07.png);
	top: 0;
	z-index: 9999;
}
.pop-dlg-window{
	width: 730px;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 0;
	margin: auto;
}
.pop-dlg-window iframe{
	width: 740px;
	height: 100%;
}
.pop-dlg-close{
	width: 42px;
	height: 42px;
	position: absolute;
	right: -21px;
	top: -21px;
	background-image: url(../images/icon-closepop.png);
	background-repeat: no-repeat;
    cursor: pointer;
}