
.leaflet-container .leaflet-control-latlong {
	position:relative;
	float:left;
	background:#fff;
	color:#1978cf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*background-color: rgba(0, 0, 0, 0.25);*/
	background-color: rgba(255, 255, 255, 0.8);
	z-index:1000;	
	/*box-shadow: 0 1px 7px rgba(0,0,0,0.65);*/
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	margin-left:10px;
	margin-top:10px;
}
.leaflet-control-latlong .latlong-button {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url('images/pin-50.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*background-position: 1px 1px;*/
	background-color: #fff;
	border-radius: 4px;
	padding: 2px;
	margin: 2px;
}
	.leaflet-control-latlong .latlong-button:hover,
	.leaflet-control-latlong .latlong-button.active:hover {
		background-color: #f4f4f4;
	}
	.leaflet-control-latlong .latlong-button.loading,
	.leaflet-control-latlong .latlong-button.loading:hover {
		background-position: 1px -28px;
	}
	.leaflet-control-latlong .latlong-button.active {
		background-position: 1px -52px;
	}
	.leaflet-control-latlong .latlong-button.disabled {
		background-position: 1px -24px;
	}

.leaflet-control-latlong .latlong-alert {
	position: absolute;
	left: 34px;
	/*bottom: -1px;*/
	top: -1;
	width: 170px;
	padding: 2px;
	line-height: 1em;
	color: #e00;
	border: 2px solid rgba(0,0,0,0.2);
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 4px;
	font-size: 15px;
	font-family: 'IRANSans';
}


