#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#map_container {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#map_location {
	padding: 15px;
}
