#mapcontrols fieldset {
	float: left;
	margin: 10px 9px;
	padding: 0;
	border: none;
	text-align: center;
}

#mapcontrols button {
	cursor: pointer;
}

.iconButton {
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
}

.textButton {
	width: 88px;
	height: 24px;
	margin: 0 0 6px;
	padding: 0;
	background: #EEE;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
}

/* @group Pan Controls */

#panControls {
	position: absolute;
	top: 10px;
	left: 15px;
	padding: 3px 0 !important;
}

#centerRow {
	margin: 0;
}

#upButton { background: url(../images/maps/pan-up.png) no-repeat; }
#rightButton { background: url(../images/maps/pan-right.png) no-repeat; }
#downButton { background: url(../images/maps/pan-down.png) no-repeat; }
#leftButton { background: url(../images/maps/pan-left.png) no-repeat; }

/* @end */

/* @group Zoom Controls */

#zoomControls {
	position: absolute;
	top: 20px;
	left: 65px;
}

#zoomControls #zoomInButton {
	display: block;
	margin: 0 0 5px;
	background: url(../images/maps/zoom-in.png) no-repeat;
}

#zoomControls #zoomOutButton {
	display: block;
	margin: 0;
	background: url(../images/maps/zoom-out.png) no-repeat;
}

/* @end */