#box {
	display: none;
	position: absolute;
	border: #f60 solid 0px;
	z-index: 200;
}
.sp_popup{
	cursor: pointer;
}
#closeBtn {
	z-index: 300;color: #fff; font-weight: bold;
	position: absolute;
	height: 20px;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
#greybackground {
	background: #000;
	display: block;
	z-index: 100;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
