.overlay {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 111 !important;
}
.boxclose {
	position: absolute;
	top: 10px !important;
	right: 10px !important;
	z-index: 999999 !important;
}
.box {
    position: absolute;
    top: 20px;
    left: 50%;
    color: #7F7F7F;
    z-index: 112 !important;
    width: 620px;
    margin-left: -310px;
    /*background: #fff;*/
}
.CloseImg {
	float: right;
	margin: 8px 8px 0px 0px;
}
.OverlayWrapper {
	padding: 40px;
	text-align: center;
}
