
#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;
}
#windown-title {
	position: relative;
	height: 40px;
	overflow: hidden;
}
#windown-title h2 {
	position: relative;
	left: 15px;
	top: 10px;
	margin: 0;
	font-size: 14px;
	color: #666;
}
#windown-close {
	position: absolute;
	float:right;
	right: 15px;
	top: 10px;
	color:#666;
}
#windown-content-border {
	position: relative;
	top: -1px;
	border-top: 1px solid #F00;
	padding:10px;
}
#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: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
#windown-content .ui-grid-c{margin: 10px 0 0; text-align: center;}
#windown-content .ui-grid-c img{ margin: 0 auto;}