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


.box-width {
	width:800px;
	position: absolute;
	z-index: 5000;
	left: 25%;
	top: 25%;
}	


.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #000000;
			z-index: 500;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
			margin: auto;
		}
		
		
.white_content {
			display: none;
			top: 200px;
			margin: auto;
			background: #151515;
			border-radius:5px;
			border: 1px solid #999;
			padding: 20px;
}
		
		
