.leaflet-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*display: none;*/
	background: #FFF;
	padding-left: 50%;
}

.leaflet-control-geosearch {
	display: none;
}

.leaflet-control-geosearch, .leaflet-control-geosearch ul {
	background: #FFF;
	margin: 0 0 0 0;
	padding: 10px;
	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 {
	width: 80%;
	height: 28px;
	padding: 0;
	text-indent: 8px;
	background: rgba(255, 255, 255, 0.75);			
	border:2px solid #1978cf;
	box-shadow: 0 0 8px #999;	
}

