/*modified for positioning within a geoportal*/

.leaflet-center {
/*
    width: 200px;
    
*/
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	position: absolute;
}
.leaflet-control-geosearch, .leaflet-control-geosearch ul {
	top:5px;
	border-radius: 7px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
	margin: 0 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.9);
    border-radius: 4px;
    margin: 2px 0;
    padding: 4px;
    font: 12px;
    text-indent: 4px;
}
.leaflet-container .leaflet-control-geosearch input {
	width: 100%;
	height: 32px;
	padding: 0;
	text-indent: 8px;
	background: rgba(255, 255, 255, 0.9);			
	border-radius: 4px;
	border: none;
}