/* Download by http://sc.xueit.com */
#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: 1px solid #ccc;
	background: #FFF;
	text-align: left;
	behavior: url(/tms/css/PIE.htc);
	border-radius: 4px;
}
#windown-title {
	position: relative;
	height: 25px;
	overflow: hidden;
	background:#2a7ad2;
	behavior: url(/tms/css/PIE.htc);
	border-radius: 4px;
	margin:3px 3px 0 3px;;
	
	
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #fff;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 19px;
	height: 18px;
	text-indent: -10em;
	overflow: hidden;
	background:url(close.jpg);
	cursor: pointer;
}

#windown-close:hover {

	background:url(close-.jpg);

}





#windown-content-border {
	position: relative;
	top: 0px;

		padding: 0px
		



}
#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;
}

