.x-mask-box {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-color: grey;
  border-style: solid;
  border-width: 2px;
  padding: 10px;
}

.x-mask-overlay {
  background: url(../images/loading.gif) center no-repeat !important;
  text-align: center;
}

#loading-mask {
  position: absolute;
  left:     0;
  top:      0;
  width:    100%;
  height:   100%;
  z-index:  20000;
  background-color: white;
}

#loading {
  position: absolute;
  left:     40%;
  top:      50%;
  z-index:  20001;
  height:   auto;
  width:    20%;
  color:    #555;
  font:     bold 13px tahoma,arial,helvetica;
  text-align: center;
}

.loading-indicator {
  background: url(../images/loading.gif) center no-repeat;
  height:     48px;
}
