/* line 1, loading.css */
.modalBgLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  *width: 200%;
  *margin: 0 0 0 -14%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
/* line 12, loading.css */
.modalBgLoading .loading {
  position: absolute;
  z-index: 65557;
  width: 120px;
  height: 120px;
  background: url(../img/logonova.gif) no-repeat center center #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
}
