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

{
	display: block;
	top: 0px;
	left: 0px;
	width: 2000px;
	height: 2000px;
	z-index:1001;
	background-image: url(css/images/transparent.png);
	background-repeat: repeat;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
		}
#white_content {
	display: inherit;
	position: absolute;
	top: 100px;
	left: 25%;
	width: 40%;
	height: 50%;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
		}
.iframe {
	background-color: #FFFFFF;
	height: 500px;
	width: 600px;
	visibility: inherit;
	margin: auto;
	border: 1px solid #FFFFFF;
}
iframe {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.close {
	visibility: inherit;
}

	.test {
	color: #003399;
}

