.loading-outer-div{
	position:absolute;
	left:0;width:100%;
	top:0;
	background:#cccccc;
	/*0全透明 0.5半透明*/
	opacity:0;/*chrome/firefox/360*/
	filter:alpha(opacity=0); /*IE*/
	-khtml-opacity: 0; /*Mozilla browsers*/
	-moz-opacity:0; /*Safari */
	z-index:500;
}
.loading-inner-div{
	position: absolute; 
	cursor1: wait; 
	width: auto; 
	height: 35px; 
	line-height: 35px; 
	padding-left: 40px; 
	padding-right: 0px; 
	background: #376ea5 url(../image/loading.gif) no-repeat scroll; 
	border: 2px solid #376ea5; 
	color: #ffffff; 
	z-index:800;
	filter:alpha(opacity=100);
	font-family:'Microsoft YaHei';
	display:inline-block;
}
.loading-inner-div-close{
	background: #376ea5 url(../image/close.png) no-repeat center center; 
	width: 10px; 
	padding-left:10px;
	height: 35px;
	vertical-align:middle; 
	line-height: 35px; 
	z-index:1000;
	float:right;
	cursor:pointer;
}
