/* Lightbox */

.map_border_position{ margin: 0 auto 0 auto;
					  position:fixed;
					  top: 25px;
					  width:100%;
					  z-index: 101; }


.white_content		{ display: none;
					  margin: 0 auto 0 auto;
					  padding: 0;
					  width: 680px; height: 380px;
					  border: 15px solid #f7f7f7; 
					  background-color: #f7f7f7;
					  overflow: hidden; }


.black_overlay		{ display: none;
					  position: fixed;
					  top: 0; left: 0;
					  width: 100%; height: 100%;
					  background-color: #000;
					  z-index: 100;
					  -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); }



.logo_small_googlemaps	{ margin: 0 10px 10px 0; }


/* Google map */

#map_canvas			{ width: 680px; height:340px; }

#search_googlemaps	{ margin: 10px 0 0 0; width: 480px; height: 30px; float: left; }

.addressinfo,
#fromAddress		{ margin: 0 5px 0 0; }

.close_googlemaps	{ margin: 10px 3px 0 0;
					  width: 197px; height: 30px;
					  float: left; text-align: right; }
