.popup{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top:0px; 
	z-index: 2000;
}
.popup-black-bg{
	background-image: url(../images/popup-soldout/black-bg.png); 
	width: 100%; 
	height:100%; 	
}

.popup-black-bg table{
	width: 100%; height: 100%; position: relative;
}
.popup-bg{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/popup-soldout/index-popup-bg.png); 
	background-repeat: no-repeat;
	background-position: center center;
	width: 831px;
	height: 410px;
}
.popup-close-btn{
	position: relative; 
	top: 29px; 
	left: 727px;
}
.popup-content{
	width: 345px;
	position: relative;
	left: 403px; 
	top: 53px;
}

.popup-content p{
	font-size: 24px; 
	line-height: 1.8; 
	color: black; 
	font-family: 'Microsoft JhengHei', 'STHeiti Light', 'STHeiti', Arial, sans-serif; 
}