@charset "UTF-8";
/* CSS Document */
.wrapper {
  position: relative;
width:100%;	
}
.loading:before {
  content: "Please wait while the data loads";
  font-family:  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-weight: bold;
  font-size: 16px;
  color: darkmagenta;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding-top: 10px;	
  background: rgba(255,255,255,1) top center no-repeat url('"../../../../../css/load.gif')	
}