#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 #555452;
	text-align: left;
}
#windown-title {
	position: relative;
	height: 24px;
	border:none;
	overflow: hidden;
	background: url(../images/tipsLoginBg.gif);
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 8px;
	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/tipsLoginBg.gif) 0 -24px repeat-x; 
	color:#ccc;
}
#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;
}




.tipsLogin{ }
.tipsLogin h6{ width:100%; height:50px; display:block; text-indent:-9999em; background:url(../images/txt/login1.gif) center center no-repeat;}
.tipsLogin fieldset{}
.tipsLogin fieldset .title{ width:100px; text-align:right;}
.tipsLogin fieldset .con1{ text-align:center; border-top:1px solid #939393; margin-top:10px; padding-top:10px;}
.tipsLogin fieldset .important{ color:#88D9FF;}






