/************** 通用弹出框(start) *************/
#windownbg
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000; /*body-bg*/
	top: 0;
	left: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#windown-box
{
	position: fixed;
	_position: absolute; /*For IE 6.0*/
	border: 6px solid #ccc;
	background: #FFF;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
}
#windown-title
{
	position: relative;
	height: 30px;
	border: 1px solid #fff; /*overflow: hidden;*/
	background:#FF7C00;
}
#windown-title h2
{
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #fff;
	float: left;
}
#windown-close a
{
    background: url("../images/close_box_icon.gif") no-repeat scroll 0 center transparent;
    float: right;
    height: 16px;
    margin-top: 7px;
    width: 16px;
    margin-right:10px;
}
#windown-content-border
{
	position: relative;
	top: -1px;
	border: 1px solid #fff;
	padding: 5px 0 5px 5px;
}
#windown-content
{
	position: relative;
	overflow: auto;
	text-align: center;
	padding-top:20px;
}
#windown-content img, #windown-content iframe
{
	display: block;
}
#windown-content .loading
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
/************** 通用弹出框(end) *************/






#windownbgfix {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
	top: 0;
	left: 0;
}
#windownbg_1 {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;/*body-bg*/
	top: 0;
	left: 0;
}
#windown-boxfix {
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	border: 5px solid #E9F3FD;
	background: #FFF;
	text-align: left;
}

#divShow {
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	text-align: left;
	background: #fff;
}

#windown-titlefix {
	position: relative;
	height: 30px;
	border: 1px solid #A6C9E1;
	overflow: hidden;
	background: url(../images/Dialog/bg.png) 0 -330px repeat-x;
}
#windown-titlefix h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: #666;
}
#windown-closefix {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	background: url(../images/Dialog/icon.png) -820px -720px no-repeat;
	cursor: pointer;
}
#windown-content-borderfix {
	position: relative;
	top: -1px;
	border: 1px solid #A6C9E1;
	padding: 5px 0 5px 5px;
	background: url(../images/Dialog/bg.png) 0 -380px repeat-x;
}
#windown-contentfix {
	position: relative;
	overflow: auto;
	text-align: center;
}
#windown-contentfix img,#windown-contentfix iframe{
	display: block;
}
#windown-contentfix .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

