
#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
	top: 0;
	left: 0;
}
#windown-box {
	height:314px;
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	text-align: left;
	background:url(../images/tipBg.jpg) no-repeat top center;
}
#windown-title {
	padding-right:25px;
	text-align:center;
	position: relative;
	height: 50px;
	overflow: hidden;
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #666;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 35px;
	height: 116px;
	text-indent: -10em;
	overflow: hidden;
	cursor: pointer;
}
#windown-content-border {
	position: relative;
	top: -1px;
	padding: 5px 0 5px -20px;
}
#windown-content {
	position: relative;
	overflow: hidden;
	text-align:right;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}


