﻿.jquery-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
  z-index: 99999;
  overflow: hidden;
  _position: absolute;
}

.jquery-mask {
  background: #ccc;
}

.jquery-mask-msg {
  position: fixed;
  top: 50%;
  margin-top: -20px;
  padding: 12px 5px 10px 30px;
  width: auto;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  display: none;
  font-size:12px;
  z-index: 999999;
  overflow: hidden;
}

.jquery-mask-msg {
  background: #ffffff url('loading.gif') no-repeat scroll 5px center;
}

.jquery-mask-msg {
  border-color: #D3D3D3;
}