/* CSS Document */
.black_overlay{
	display: none;
	background:black none repeat scroll 0 0;
	height:100%;
	left:0;
	opacity:0.6;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	_filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 400px;
	min-height:390px;
	/*padding: 16px;*/
	border: 8px solid #8b0016;
	background-color: white;
	z-index:1002;
	overflow:hidden;
}