#filters { 	
    color: black; 
    padding: 5px; 
    font-family: arial; 
    font-size: 16px;
}

#map { width: 600px; height: 600px; border: solid #ccc 1px; }

#loading { position: absolute; width: 300px; height: 140px; text-align: center; opacity: .65; filter:alpha(opacity=65); background: #000000;
           z-index: 20; top: 200px; left: 400px; visibility: hidden; }
           
#loading_text { text-align: center; padding-top: 20px; color: white; font-size: 20px; }
