/*定义弹出窗口的样式 */
#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background:#0F0/*body-bg*/
	top: 0;
	left: 0;
}
#windown-box {
	position: fixed;
	position: absolute;/*For IE 6.0*/
	border: 2px solid #E9F3FD;
	background:#03F;
	text-align: left;
}
#windown-title {
	position: relative;
	line-height: 0px;
	overflow: hidden;
	line-height:12px;
	height:0px;
	
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #666;
	background-color:#FF0;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 20px;
	height: 16px;
	/*text-indent: -10em;*/
	overflow: hidden;
	background:url(../images/personal/Sleek_XP_012.png) no-repeat;
	cursor: pointer;
	background-color:#009;
}
#windown-content-border {
	position: relative;
	top: -1px;
	border: 12px solid #060;
	padding: 5px 0 5px 5px;
	background:url(../images/jiange.JPG) 0 -380px repeat-x;
	background-color:#30F;
}
#windown-content {
	position: relative;
	overflow: auto;
	text-align: center;
	background-color:#000;
}
#windown-content img,#windown-content iframe{
	display: block;
	background-color:#000;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	background-color:#60C;
}

