#windownbg {
	width: 100%;
	display: none;
	background: #000; /*body-bg*/
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#windown-box { border-radius:2px; -webkit-border-radius:2px; /* Safari */ padding:0; margin:0; background: #fff; outline:0; box-shadow:1px 1px 50px rgba(0,0,0,.3);
               /*border: 1px solid #dddddd; color:#333333; text-align: left; */
               position: fixed; _position: absolute; /*For IE 6.0*/
}

#windown-title { /* background: url(../images/DivLayer/bg.png) 0 -330px repeat-x; */
              padding: 0 80px 0 20px; height:42px; line-height:42px; font-size:14px; color:#333; border-bottom: 1px solid #eee;
              overflow:hidden; background-color:#f8f8f8; 
              border-radius:2px 2px 0 0; -webkit-border-radius:2px 2px 0 0;
}
.windown-title-lan { background-color:#348be9!important; color:#fff!important; }
.windown-title-lan #windown-close2 { color:#fff; }
.windown-title-lv { background-color:#009f95!important; color:#fff!important; }
.windown-title-lv #windown-close2 { color:#fff; }
.windown-title-red { background-color:#E50012!important; color:#fff!important; }
.windown-title-red #windown-close2 { color:#fff; }

.windown-title-n { height:0px!important; line-height:inherit!important; }
.windown-title-n .windown-close { background-color:#fff; padding:0 6px; border-radius:40%; z-index:9; top:-14px!important; right:-12px!important; }

#windown-title h2 
{
    font-size: 14px;
    /*margin:0.1em 1em; float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    font-size: 14px;
	color: #666;
	font-size: 14px;
	position: relative;
	left: 10px;
	top: 5px;*/
}

#windown-close2 {
	/*width: 10px;
	height: 16px;
	background: url(../img/icon.png) -820px -720px no-repeat;
	text-indent: -10em;*/
	position: absolute;
	top: 1px;
	right: 15px;
	overflow: hidden;
	cursor: pointer; font-size:18pt;
}

#windown-content-border 
{
    /*border:0; padding: 0.2em 0em; background:none; 
	border: 1px solid #A6C9E1;
	padding: 5px 0 5px 5px;
	background:#E9F3FD;
	overflow:auto;*/ position: relative;
}

#windown-content { height:100%; display:block; text-align:center;  /* position: relative; overflow: hidden; overflow-y:auto; background:#F7F7F7;*/ }

#windown-content .loading {
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#windown-content .loading {
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	left: 50%;
	top: 50%;
}


