#windownbg {
	width: 100%;
	display: none;
	background: #FFF; /*body-bg*/
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#windown-box {
	background:url(../img/bg_box.jpg) center center no-repeat #ddc578;
	text-align: left;
	position: fixed;
	_position: absolute; /*For IE 6.0*/
}

#windown-title {
	height:40px;
	padding-bottom:10px;
	position: relative;
	overflow: hidden;
}

#windown-title h2 {
	color: #000;
	font-size: 14px;
	position: relative;
	left: 10px;
	top: 5px;
	padding:10px;
}

#windown-close {
	width: 74px;
	background: url(../images/icon.png) 0px 0px no-repeat;
	text-indent: -10em;
	position: absolute;
	right: 10px;
	top: 8px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
}

#windown-content-border {
	padding-bottom:20px;
	background:none;
	position: relative;
	top: -1px;
}

#windown-content {
	text-align: center;
	position: relative;
	overflow: auto;
}

#windown-content .loading {
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#windown-content .loading {
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	left: 50%;
	top: 50%;
}


