
body.modal-open {
	overflow: hidden;
}



#illusionPopupBoxBG {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display: none;
}

#illusionPopupBox {
	background: #ffffff;
	border: 1px solid #707070;
	border-radius: 10px;
	min-width: 30%;
	max-width: 60%;
	width: auto;
	min-height: 40px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 110000;
	display: none;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#illusionPopupBox #illusionPopupBoxCloseBtn {
	position: absolute;
	top: 8px;
	left: 8px;
	float: left;
	cursor: pointer;
	z-index: 9999;
}
#illusionPopupBox #illusionPopupBoxCloseBtn:hover { background: none !important; }

#illusionPopupBox .popup-wrapper {
	float: left;
	width: 100%;
	height: 100%;
}

#illusionPopupBox #illusionPopupBoxContent {
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}
