    .loading-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      filter: alpha(opacity=30);
      display: none;
      background: #000;
      z-index:109998;
    }
	.loading-mask-msg {
	  position: absolute;
	  top: 50%;
	  margin-top: -20px;
	  padding: 10px;
	  width: auto;
	  line-height: 24px;
	  border:2px solid #E4EDFE;
	  display: none;
	  background:#fff;
	  text-align:left;
	  z-index:109999;
	}
	
	.loading-mask-msg .imgLoading {
	    background: url(loading.gif) no-repeat;
	}