.leaflet-center {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.leaflet-control-geosearch, .leaflet-control-geosearch ul {
	border-radius: 7px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
	margin: 10px 0 0 0;
	padding: 5px;
	width: 100%;
	height: auto;
}
.leaflet-control-geosearch-msg ul {
	list-style: none;
	display: none;
	height: auto;
	background: none;
	padding: 0;
}
.leaflet-control-geosearch ul li {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    margin: 2px 0;
    padding: 4px;
    font: 12px arial;
    text-indent: 4px;
}
.leaflet-container .leaflet-control-geosearch input {
	height: 26px;
	padding: 0;
	text-indent: 8px;
	background: rgba(255, 255, 255, 1);			
	border-radius: 4px;
	border: none;
	font-size: 14px;
}

#leaflet-control-geosearch-qry {
	width: 100%;
}

#leaflet-control-geosearch-qry-address {
	width: 49.2%;
}

#leaflet-control-geosearch-qry-city {
	width: 49.2%;
	margin-right: 5px;
	margin-left: 1px;
}

#leaflet-control-geosearch-reset {
	width:20px;	
	height:20px;
	background-image:url('x-mark-20.png');
	background-color: rgba(255, 255, 255, 0);
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	top: 3px;
}

#leaflet-control-geosearch-reset-city {
	width:16px;	
	height:16px;
	background-image:url('x-mark-20.png');
	background-size: 16px;
	background-color: rgba(255, 255, 255, 0);
	background-repeat: no-repeat;
	position: absolute;
	right: 52%;
	top: 7px;
	opacity: 0.4;
}

#leaflet-control-geosearch-reset-address {
	width:16px;	
	height:16px;
	background-image:url('x-mark-20.png');
	background-size: 16px;
	background-color: rgba(255, 255, 255, 0);
	background-repeat: no-repeat;
	position: absolute;
	right: 2%;
	top: 7px;
	opacity: 0.4;
}

#leaflet-control-geosearch-loading {
    font-size: 16px;
	position: absolute;
    right: 8px;
    top: 6px;
}

.search-bar-show {
	visibility: visible;
}

.search-bar-hidden {
	display: none;
}

.leaflet-control-geosearch {
	padding: 0px;
	margin-top: 15px !important;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	margin-left: 10px;
}

.leaflet-control-geosearch.extended {
	padding: 2px;
}

.leaflet-top.leaflet-center {
	position: absolute;
}
	