.ModalProgress {
  filter: alpha(opacity=70);
  opacity: 0.70;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5000;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table; }
  .ModalProgress > div {
    display: table-cell;
    vertical-align: middle; }
    .ModalProgress > div #ModalProgressText {
      clear: both; }
      .ModalProgress > div #ModalProgressText img {
        vertical-align: middle;
        margin-right: 5px; }
      .ModalProgress > div #ModalProgressText SPAN {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        white-space: nowrap; }
