		.white_content {
			display: none;
			position: absolute;
			top: 5%;
			left: 5%;
			width: 890px;
			height: 540px;
			/* padding: 16px; */
			border-top: 4px solid #900;
			border-left: 4px solid #900;
			border-right: 4px solid #900;
			border-bottom: 4px solid #900;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}