

.gps-button {
	width: 30px;
	height: 30px;
	background-image: url('../images/gps-icon.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #282828;
	cursor:pointer;
}

.leaflet-control-gps .gps-button:hover,
.leaflet-control-gps .gps-button.active:hover {
	background-color: #2e3c32;
}
.leaflet-control-gps .gps-button.loading,
.leaflet-control-gps .gps-button.loading:hover {
	background-position: 3px -25px;
}
.leaflet-control-gps .gps-button.disabled {
	background-position: 3px -25px;
}
.leaflet-control-gps .gps-button.active {
	background-position: 3px -54px;
}

.leaflet-control-gps .gps-alert {
	position: absolute;
	left: 26px;
	bottom: -1px;
	width: 220px;
	padding: 2px;
	line-height: .95em;
	color: #1DC2D9;
	border: 1px solid #888;
	background-color: #18A0B3;
	border-radius: 4px;
}



