.formBox {
	display: none;
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	top: 0;
	left: 0;	
	background: rgba(0, 0, 0, 0.6);
	
	padding: 2%;
	
	z-index: 90;
}

.spinner {
	/*display: none;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
		
	padding: 10%;
	
	z-index: 99;
}

.box {
	background: rgba(0, 0, 0, 1);
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto 0;
	border: 2px solid #fff;
	color: #fff;
	overflow: scroll;
}

.box1 {
	background: rgba(0, 0, 0, 1);
	width: 50%;
	height: 50%;
	margin: 5% auto 5%;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
}

.test {
	z-index: 999;
	color: #fff;
}