#pop {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
	padding: 0;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}
#closepop {
	position: absolute;
	top: 60px;
	right: 30px;
	width: 30px;
	height: 30px;
	z-index: 10001;
}
#btnclosepop {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('bt_close.png');
	background-position: top;
}
#btnclosepop:hover {
	background-position: center;
	cursor: pointer;
}
#btnclosepop:active {
	background-position: bottom;
}