
#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;/*body-bg*/
	top: 0;
	left: 0;
    background:black;
}
#windown-box {
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	border: 11px solid #d4d4d4;
	background: #FFF;/*盒子里面框的背景颜色*/
	text-align: left;
}
#windown-title {
	position: relative;
	height: 30px;
	/*border: 1px solid #39B3FF;*/
	overflow: hidden;
}

#windown-title h2 {
	position: relative;
	left: -256px;
	top: -5px;
	font-size: 14px;
	color: #666;
	float:left;
	width:600px;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 10px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	background: url(../images/icon.png) -820px -720px no-repeat;
	cursor: pointer;
}
#windown-content-border {
	position: relative;
	top: -1px;
	/*border: 1px solid #39B3FF;*/
}
#windown-content {
	position: relative;
	overflow: auto;
	text-align: center;
}
#windown-content img,#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -8px;
	margin-top: -8px;
}

