#loaderT {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 50px;
  background: rgb(4,84,135);/*rgba( 0, 0, 0, 0.3 );*/
  background: rgba(4,84,135,0.3);/*rgba( 0, 0, 0, 0.3 );*/
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 10000;
}

#loaderW {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 50px;
  background: rgb( 255, 255, 255 );
  background: rgba( 255, 255, 255, 0.9 );
  color: black;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 10000;
}
