@charset "utf-8";

#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
	top: 0;
	left: 0;
}
#windown-box {
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	border: 3px solid #000000;
	background: #FFF;
	text-align: left;
}
#windown-title {
	position: relative;
	height: 35px;
	overflow: hidden;
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #666;
}
#windown-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/Map/map_close.gif) no-repeat;
}
#windown-content-border {
	position: relative;
	top: -1px;
	padding: 0;
}
#windown-content {
	position: relative;
	overflow: auto;
	text-align: center;
}
#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}


