.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	color: #B92722;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	display: none;
	position: absolute;
	top: 42%;
	left: 42%;
	width: 420px;
	height: 130px;
	border: 10px solid lightblue;
	background-color: white;
	z-index:1002;
	overflow: auto;
	line-height: 33px;
}
#MyDiv{
	font-size: 23px;
}
#aclose{
	font-size: 20px;
	color:black;
	cursor: pointer;
	line-height: 1.2;
}