.black_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	display: none;
	-moz-opacity: 0.80;
	opacity: .80;
	filter: alpha(opacity=80);
}
.white_content {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 560px;
	height: 340px;
	margin-top: -200px;
	margin-left: -310px;
	padding: 15px;
	border: 15px solid #90C000;
	background-color: white;
	z-index:1002;
	overflow: auto;
	display: none;
}
.processing {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 50px;
	margin-top: -55px;
	margin-left: -150px;
	padding: 15px;
	border: 15px solid #90C000;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	display: none;
}
