.leaflet-center {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
        margin-top: -10px;
	position: relative;
}
/* .leaflet-control-geosearch, .leaflet-control-geosearch ul { */
.leaflet-control-geosearch {
	box-shadow: 10px 10px 8px rgba(0,0,0,0.4);
        border-style: solid;
        border-width: 1px;
        border-color: rgb(0,0,0);
	border-radius: 7px;
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	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 {
        border-style: solid;
        border-width: 1px;
        border-color: rgb(0,0,0);
        border-radius: 4px;
        margin: 2px 0;
        padding: 4px;
        font-size: 12px;
}
        
.leaflet-container .leaflet-control-geosearch input {
	width: 100%;
	height: 28px;
	padding: 0;
	text-indent: 8px;
	background: rgba(255, 255, 255, 0.75);			
	border-radius: 4px;
	border: none;
}
