
#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: 1px solid #e1e1e1;
	background:#fff;
	text-align: left;
	
}
#windown-title {
	position: relative;
	height: 20px;
	overflow: hidden;
	top:36px;
	left:0px; 
	background:#000;
	filter:alpha(opacity:0); opacity:0;
	z-index:999;
	width:601px;

}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #666;
}
#windown-close {
	position: absolute;
	right: 21px;
	top: 4px;
	width: 16px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	
	cursor: pointer;
}
#windown-content-border {
	position: relative;
	top: 0px;
	padding: 5px 0 0px 5px;
	
}
#windown-content {
	position: relative;
	overflow: auto;
	top:-14px;
	z-index:20px;
	text-align: center;
}
#windown-content img,#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

