.mine-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.mine-mask-msg {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px 10px 30px;
  width: auto;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  display: none;
}
.mine-mask-msg {
  background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.mine-mask {
  background: #ccc;
}
.mine-mask-msg {
  border-color: #95B8E7;
}