﻿/*------------------------------------------------------------------------------- */
#Win_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	display:none;
	cursor:wait;
}

.Win_overlayBG {
	/*
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	*/
	background-color:#000;
	filter:alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;	
}

* html #Win_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#Win_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	text-align:center;
	color:#40A040;
}

* html #Win_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#Win_success{
	position: fixed;
	display:none;
	height:94px;
	width:305px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -47px 0 0 -152px;
	text-align:center;
	color:#40A040;
	background:#E8FFE8 url(/images/win_bg.gif) no-repeat center;
}
#Win_body
{
	float:right; width:200px;
	padding:15px 20px 20px 20px; font-family:Arial;font-size:14px; font-weight:bold;
	color:#04BD08; /*7DC622*/
}

* html #Win_success { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#Win_confirm{
	position: fixed;
	display:none;
	height:168px;
	width:300px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -84px 0 0 -150px;
	text-align:center;
	color:#333333;
	background:#fff;
	border:1px solid #CCCCCC;
}

* html #Win_confirm { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/*win*/
.wintitle {height:30px;border-bottom:1px solid #cccccc;padding:0 8px;background:url(/images/win_title.gif) repeat-x;}
.wintitle strong {display:block;float:left;height:30px;line-height:30px;font-size:14px;padding-right:10px;}
.wintitle span {display:block;float:right;height:24px;padding-top:6px;}
.wintitle span img{ cursor:pointer;}

.wincnt {display:table;width:300px;padding:30px 0;background:#fff;}
.winpic {height:32px;padding:0;margin:0;text-align:left;}
.winpic dt {display:block;width:32px;height:32px;padding:0 0 0 50px;}
.winpic dd {display:block;margin:-30px 0 0 95px;height:32px;line-height:32px;color:#333;}

.winsingle {width:300px;height:22px;line-height:22px;text-align:center;padding:20px 0 0 0;}
.winbtn {width:70px;height:20px;line-height:20px;border:1px solid #ccc;margin:0 5px;color:#666;font-weight:bold;background:url(/images/button_gray_bg.gif) repeat-x;}

