.black_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1001;
}
 
.white_content {
	display: none;
	position: absolute;
	top: 2%;
	left: 22%;
	width: 600px;
	height: 400px;
	padding: 2px;
	border: 2px solid #C00106;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align:center;
}
