<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#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 #666;
	background: #FFF;
	text-align: left;
}
#windown-title {
	position: relative;
	height: 30px;
	border: 1px solid #FFCC00;
	/*overflow: hidden;*/
	background-color: #FFCC00;
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #333;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../../images/sgsx.png);
	background-repeat: no-repeat;
}
#windown-content-border {
	position: relative;
	top: -1px;
	border: 1px solid #FFCC00;
	padding: 5px 0 5px 5px;
	background: url(http://leotheme.cn/wp-content/themes/Dreamy/images/bg.png) 0 -380px repeat-x;
}
#windown-content {
	position: relative;
	overflow: auto;
	/*text-align: center;*/
	text-align: left;
}
#windown-content img,#windown-content iframe{
	display: block;
}

</pre></body></html>