/* CSS Document */

DIV#loader {
  border: 3px solid #ffffff;
  padding:0px;
  width: 338px;
  height: 257px;
  background-color:#f7f7f7;


}
/*It will be loaded inside the loader div*/
DIV#map_canvas {
   padding:0px;
  width: 338px;
  height: 257px;
}


/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
DIV#loader.loading {
  /*background: url(images/spinner.gif) no-repeat center center;*/
}
