﻿div.blockMsg {
  background-color: #fff;
  background-image: url(../images/progress-indicator.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  height: 50px;
  width: 270px;
  z-index: 200001 !important;
}
div.block {
  background-color: #fff; 
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  height: 100px;
  width: 350px;
  z-index: 200002 !important;
}  