#container {background:#f8f7f7;}
#banner {text-align:center;}
form, table {margin:0;}

.mapwrapper {position:relative;margin: 20px auto; }
.map-control {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('../img/map-control.png') no-repeat scroll 0 0;
	height:63px;
	position:absolute;
	right:10px;
	top:30px;
	width:100px;
	cursor:default;
}
.map-control a {
	display:block;
	height:18px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:absolute;
	text-indent:-999em;
	width:18px;
}
.map-control a:hover, .map-control a.off {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#535353 none repeat scroll 0 0;
	opacity:0.4;
}

.map-control a.off {
	cursor:default;
}

.map-control a.left {
	left:39px;
	top:22px;
}
.map-control a.right {
	left:79px;
	top:22px;
}
.map-control a.up {
	left:59px;
	top:2px;
}
.map-control a.down {
	left:59px;
	top:42px;
}
.map-control a.zoom {
	height:21px;
	left:2px;
	top:8px;
	width:21px;
}
.map-control a.back {
	height:21px;
	left:2px;
	top:31px;
	width:21px;
}
