﻿.black_overlay1{
			display:none;
			position:absolute;
	        
	        top: 0%;
			left: 0%;
			width: 100%;
			height: 6500px;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content1 {
			display:none;
			position:fixed;
			top: 10px;
			left: 20%;
			width: 640px;
			height: 470px;
			padding: 16px;
			border: 16px solid #F90;
			background-color: white;
			z-index:1002;
			overflow:hidden;
		}