.ajaxPleaseWait
{
  position: absolute;
  z-index: 50000;
  top: 300px;
  width: 300px;
  height: 70px; 
  border: solid 2px #AAA;
  background-color: #B5BFD3;
}

.ajaxPleaseWait h1
{
  display: block;
  background-color: #000;
  width: 100%;
  height: 20px;
  color: #FFF;
  font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight: normal;  
  text-decoration: none;
  margin-top: 25px;
}

