@charset "utf-8";
/* CSS Document */

#overlay {
	position: absolute;
	background: #000;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#popup {
	position: absolute;
	width: 480px;
	height: 523px;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -262px;
	z-index: 2000;
}
#popup img.pop {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 5px 2px #000;
	-moz-box-shadow: 5px 5px 5px 2px #000;
	box-shadow: 5px 5px 5px 2px #000;
}
#close {
	position: absolute;
	top: -12px;
	right: -12px;
}