
#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*/
	background: #FFF;
	text-align: left;
	border: #e6e6e6 solid 10px;
}
#windown-title {
	position: relative;
	overflow: hidden;
	background-color:#e6e6e6;
	height:32px;
}
#windown-title h2 {
	position: relative;
	left: 20px;
	font-size: 18px;
	font-weight:normal;
	padding:0;
	margin:0;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 0;
	width: 66px;
	height: 22px;
	text-indent: -10em;
	overflow: hidden;
	background: url("../images/ico23.gif") no-repeat;
	cursor:pointer;
}
#windown-content-border {
	position: relative;
	top: -1px;
}
#windown-content {
	position: relative;
	overflow: auto;
}
#windown-content img,#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
}


