.modalWrapper{
	z-index:-1;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	padding-bottom:50px;
}

.innerModal{
	
}
.front{
	z-index:1000;
	display:inherit;
	background-color: rgb(0, 0, 0, 0.8);
}

.back{
	z-index:-1;
	display:none;
}

.modalClose{
	color:#FFF;
	font-size: 24px;
	cursor: pointer;
}
