﻿/* windown   弹出窗口  
--------------------------------------------------------------------*/
#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	cursor:wait;
	top:0;
	left:0;
	_background: none;
}
#windown-box {
	position: fixed;
	text-align: left;
	_position: absolute;
}
#windown-boxs {
	position: absolute;
	width: auto;
	height: 100%;
	top: -6px;
	left: -6px;
	padding: 6px;
	background: #eb6500;
	text-align: left;
	_background: #c4c4c4;
	_top: 4px;
	_left: 3px;
}
#windown-title {
	position: relative;
	height: 30px;
	border: 1px solid #fff;
	border-bottom: 1px solid #000;
	overflow: hidden;
	background:url("gui.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/gui.gif*/ repeat-x left -40px;
	_border: solid 1px #999;
	_border-bottom: none;
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #eb6500;
}
#windown-close{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
#windown-close a {
	width: 15px;
	height: 15px;
	display: block;
	background:url("gui.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/gui.gif*/ no-repeat left -280px;
}
#windown-close a:hover{
	background:url("gui.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/gui.gif*/ #eb6500 no-repeat left -300px;
}
#windown-content-border {
	position: relative;
	top: -1px;
	border: 1px solid #fff;
	border-top: solid 1px #ddd;
	background: #FFF;
	padding: 5px 0 5px 5px;
	_border: solid 1px #999;
	_border-top: solid 1px #ddd;
}
#windown-content img, #windown-content iframe {
	display: block;
}
#windown-content {
	overflow: hidden;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}














