@CHARSET "UTF-8";

.load_container{
	width:0px;
	height:0px;
}

.load_mask{
		position:fixed;
		zIndex:99991;
		top:0;
		left:0;
		height:100%;
		width:100%;
		background:#555;
		opacity:0.4;
	
}


.load_tip{
	position:fixed;
	z-index:99997;
	top:50%;
	left:48%;
	background:url("images/loading.gif") no-repeat;
	padding-left:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:black;
	font-weight:bold;
}
