/******GOOGLE MAPS OVERLAY********/

.google_map_container{position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:900;}
.google_map_container_background{width:100%; height:100%; background-color:#fff; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; cursor:pointer;}

.google_map_contents{position:absolute; left:50%; top:50%; margin-left:-400px; margin-top:-225px; width:800px; height:450px; border:5px solid white; }

/*CLOSE BUTTON*/
#close_google{position:absolute; top:50% ; margin-top:-225px; left:50%; margin-left:410px; width:40px; height:40px; background:#fff; cursor:pointer;}
#close_google div{margin-top:8px; margin-left:3px; }