@charset "utf-8";
/* CSS Document */

.black_overlay {
	z-index: 1001;
	position: absolute;
	filter: alpha(opacity=80);
	background-color: black;
	width: 100%;
	display: none;
	height: 100%;
	top: 0%;
	left:0%;
	-moz-opacity: 0.8;
	opacity: .80
}
.white_content {
	z-index: 1002;
	position: absolute;
	top: 40%;
	left:40%;
	right:40%;
	border: #525252 4px solid;
	padding-bottom: 10px;
	background-color: #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 260px;
	height: 100px;
	display: none;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
}
