﻿   
/*遮罩样式*/
#RefreshMask {
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
      width: 100%;
      height: 100%;
      }
#msleft {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1002;
      width: 100%;
      height: 100%;   
      }
#alphaBox {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1000;
      width: 100%;
      height: 100%;    
      background: #000;
      filter:alpha(opacity=30);     /* IE */ 
      opacity: 0.6;     /* 支持CSS3的浏览器（FF 1.5也支持）*/
      -moz-opacity: 0.6; /* Moz + FF */ 
      }
#loadingMask {
      position: absolute;
      color: #416f02;
      width: 180px;
      height: 50px;
      line-height:50px;
      overflow: hidden;
      /*border: 1px solid #3C3C3C;  
      background-color: #fff;  边框 ,背景效果*/
      }

/*进度条方法样式 未使用*/
#loader_container {
	filter:alpha(opacity=75);
	text-align:center;
	position:absolute;
	top:40%;
	width:100%;
	left: 0;
}

#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto; 
	display:block;
	width:230px;
	border:1px solid #5a667b;
	text-align:left; 
	z-index:2;
}
#loader_bg {background-color:#e4e7eb;
	position:relative;
	top:8px;
	left:8px;
	height:7px;
	width:213px;
	font-size:1px
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:0px;
	background-color:#3399FF	
}
