body {
	text-align:center;
	font-family : verdana;
	font-size:12px;
}

#map_div {
	width: 100%;
	height: 250px;
	margin: 0;
	border:solid 1px orange;
}

.loader {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 80px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0); /* Black w/ opacity */
}
.loadernip {
	display: none; /* Hidden by default */
}
