body {  
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #000000;    
  }


.verysmallmaploadingmsg {
  position:absolute;
  display:block;
  background-color:#BDBDA1;
  text-align:center;
  font-size:12px;
  color:red;
  font-weight:bold;
  width:400px; 
  height:325px;

}


.smallmaploadingmsg {
  position:absolute;
  display:block;
  background-color:#BDBDA1;
  text-align:center;
  font-size:12px;
  color:red;
  font-weight:bold;
  width:603px; 
  height:300px;

}

.bigmaploadingmsg {
  position:absolute;
  display:block;
  background-color:#BDBDA1;
  text-align:center;
  padding:10px;
  font-size:14px;
  color:red;
  font-weight:bold;
  width:538px; 
  height: 460px;

}

