@CHARSET "ISO-8859-1";

html, body, #map {
	height:100% !important;
	width:100% !important;
}

body {
	margin: 0px;
	padding: 0px;
}

#map {
	width: 100%;
	height: 100%;
	background-color: gray;
}

#mapLogo {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	z-index: 100; 
}

#searchBox {
	position: absolute;
	top: 40px;
	right: 50px;
	border: 1px solid black;
	background-color: white;
	z-index: 100;
}

#searchBox input {
	border: 1px solid black;
	margin: 10px;	
}

#loading {
	background-color: white;
	border: 2px solid gray;
	color: gray;
	font-family: Verdana;
	font-weight: bold;
	left: 120px;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 130px;
	width: 250px;
	z-index: 100;
	display: none;
}
