
.webWin {
border:none;
background:transparent;
}
.webWin #left_tit_bg
{
background:url(img/leftTitBg.gif);
background-repeat:no-repeat;
background-position:left;
width:4px;
height:25px;
}
.webWin #right_tit_bg
{
background:url(img/rightTitBg.gif);
background-repeat:no-repeat;
background-position:right;
width:4px;
}
.webWin #tit
{
background:url(img/titBg.gif);
color:#FFFFFF;
font-size:9pt;
font-weight:bold;
}
.webWin #win_hd
{
border-bottom:solid  #34343a 1px; 
}

.webWin #win-bd
{
	border:solid #34343a 2px;
	border-top:none;
	border-bottom:none;
	background-color:#efefec;
}
.webWin #win-cbd
{
	padding-top:7px;
	padding-bottom:0px;
}
.webWin #win-bt
{
	border:solid #34343a 2px;
	border-top:none;
	background-color:#efefec;
}

.webWin #win-s-bdr
{
	border:solid #34343a 1px;
	border-top:solid  #34343a 1px;
	background-color:#efefec;
}
.webWin .collapse
{
background:url(img/collapse.gif) no-repeat center;
width:19px;
height:21px;
cursor:hand;
}
.webWin .collapse_a
{
background:url(img/collapse_a.gif) no-repeat center;
width:19px;
height:21px;
cursor:hand;
}
.webWin #close
{
background:url(img/close.gif)  no-repeat center;
width:19px;
height:21px;
margin-left:2px;
cursor:hand;
}
.webWinA
{
border-top:#A6B9D3 1 solid;
border-left:#A6B9D3 1 solid;
border-right:solid 1px #999999;
border-bottom:solid 1px #999999;

}
.webWinA #left_tit_bg
{
background: url(imgA/main_ybg.gif) repeat-x; 
width:4px;
}
.webWinA #right_tit_bg
{
background: url(imgA/main_ybg.gif) repeat-x; 
width:4px;
}
.webWinA #tit
{
background: url(imgA/main_ybg.gif) repeat-x; 
font-size:9pt;
font-weight:bold;
}
.webWinA #win_hd
{
border-bottom:solid  #A6B9D3 1px; 
}
.webWinA #win-bd
{
	border-top:solid 1px #efefef;
	border-bottom:none;
	background-color:#D5E2F2;
}
.webWinA #win-cbd
{
	padding-top:0px;
	padding-bottom:0px;
}
.webWinA #win-bt
{
	/*border:solid #34343a 2px;*/
	border-top:none;
	background-color:#D5E2F2;
}


.webWinA .collapse
{
width:0px;
height:0px;
cursor:hand;
}
.webWinA .collapse_a
{
width:0px;
height:0px;
cursor:hand;
}
.webWinA #close
{
background:url(imgA/close.gif)  no-repeat center;
width:19px;
height:21px;
margin-left:2px;
cursor:hand;
}


.webChk,.webBtn ,.webBtnOver,.webBtnDown
{
clear:none;
float:right;
margin-right:3px;
margin-left:3px;
}

.webBtn #btn-mid,.webBtnOver #btn-mid,.webBtnDown #btn-mid
{
	padding-left:6px;
	padding-right:6px;
	height:21px;
	
}
.webBtn a,.webBtnOver a,.webBtnDown a{
	font-size:12px;
	line-height:15px;
	}
.webBtn #btn-left{
	width:3px;
	height:21px;
	background:url(img/btn-sprite.gif) no-repeat 0 0;
}
.webBtn #btn-right{
	width:3px;
	height:21px;
	background:url(img/btn-sprite.gif) no-repeat 0 -21px;
}
.webBtn #btn-mid{
	height:21px;
	background:url(img/btn-sprite.gif) 0 -42px;

}
.webBtnOver #btn-left,.webBtnDown #btn-left{
	width:3px;
	height:21px;
	background:url(img/btn-sprite.gif) no-repeat 0 -63px;
}
.webBtnOver #btn-right,.webBtnDown #btn-right{
	width:3px;
	height:21px;
	background:url(img/btn-sprite.gif) no-repeat 0 -84px;
}
.webBtnOver #btn-mid{
	height:21px;
	background:url(img/btn-sprite.gif) repeat-x 0 -105px;
}

.webBtnDown #btn-mid{
	height:21px;
	background:url(img/btn-sprite.gif) repeat-x 0 -126px;
}

.webBtnDown a.btn-a,.webBtnOver a.btn-a
{
	font-size:9pt;
	text-decoration:none !important;
	color:#000000;
	letter-spacing:2px;
}
a.btn-a
{
	font-size:9pt;
	text-decoration:none !important;
	color:#000000;
	letter-spacing:2px;
}
.tipsMsg
{
	font-size:10pt;
	line-height:1.2;
	letter-spacing:1px;
}
.top_mask{
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10); /*IE8*/ 
  filter:alpha(opacity=10);  /*IE5、IE5.5、IE6、IE7*/ 
  opacity: .1;  /*Opera9.0+、Firefox1.5+、Safari、Chrome*/ 
}
.top_unmask{
  ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /*IE8*/ 
  filter:alpha(opacity=0);  /*IE5、IE5.5、IE6、IE7*/ 
  opacity: .0;  /*Opera9.0+、Firefox1.5+、Safari、Chrome*/ 
}