.leaflet-control-search.search-load .search-input {
	background: url('../../img/leaflet-js/loader.gif') no-repeat center right #fff;
}
.leaflet-control-search .search-cancel {
	background: url('../../img/leaflet-js/search-icon.png') no-repeat 0 -46px;	
}
.leaflet-control-search .search-button {
	background: url('../../img/leaflet-js/search-icon.png') no-repeat 4px 4px #fff;
}
.leaflet-control-search .search-button:hover {
	background: url('../../img/leaflet-js/search-icon.png') no-repeat 4px -20px #fafafa;
}
.leaflet-control-search .search-input {
    width:260px;
}
.leaflet-left .leaflet-control-search.leaflet-control.search-exp {
	width:300px;
}
.leaflet-control-search .search-tooltip {
	width:300px;
    overflow-x: auto;
}
.leaflet-control-search .search-tip {
    white-space: normal;
}