
		.white_content {
			display: none;
			position: absolute;
			bottom: 10%;
			left: 10%;
			width: 779px;
			height: 550px;
			padding: 16px;
			border: 2px solid gray;
			background-color: white;
			z-index:1002;
			overflow: auto;
			-moz-opacity: 0.95;
			opacity:.95;
			filter: alpha(opacity=95);
		}