.leaflet-container .leaflet-control-watchPosition {
	display:block;
	float:left;
	width:34px;
	height:34px;	
    background: url('./L.Control.WatchPosition_icon.png') no-repeat #fff;
    border-radius:4px;
    background-size: cover;
    position:relative;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index:1000;	
	margin-left: 10px;
	margin-top: 10px;
}
.leaflet-container .leaflet-control-watchPosition:hover {
    background-color: #f4f4f4;
}
.leaflet-container .watchposition-on {
    background-color: #00FF00;
}
.leaflet-container .watchposition-on:hover{
    background-color: #00DD00;
}