#__box{
	display: none;
	background: url('../images/50.png') left top repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#__box .__boxcontent{
	width: 80%;
	height: 80%;
	background: white;
	overflow: hidden;
	display: table;
	margin: 5% auto 0 auto;
	position: relative;
	border-radius: 8px;
}

#__boxframe{
	width: 100%;
	height: 100%;
}

#__boxclose{
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 16px;
	background: black;
	line-height: 30px;
	text-align: center;
	border-radius: 8px;
	color: white;
	z-index: 999;
	padding: 0 10px;
}

#__boxclose:hover{
	background: #626262;
}