#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:5px solid #F0F0F0;
	text-align: left;
}
#windown-title {
	position: relative;
	height: 24px;
	border:none;
	overflow: hidden;
	background: url(../images/bgColorA.gif);
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 4px;
	font-size: 14px;
	color: #fff;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 9px;
	height: 9px;
	text-indent: -10em;
	overflow: hidden;
	background: url(../images/iconClose.gif) 0 0 no-repeat;
	cursor: pointer;
}
#windown-content-border {
	position: relative;
	top: 0;
	border:none;
	padding-left:4px;
	margin:0;
	background:url(../images/bgColorB.gif) 0 -24px repeat; 
	color:#333;
}
#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: -35px;
	margin-top: -60px;
}




.tipsTellMe{ padding-top:10px;}
.tipsTellMe fieldset .title{ width:45px; text-align:right;}
.tipsTellMe fieldset .con1{ padding:10px; line-height:1.8em; color:#666;}






