/*
.leaflet-control-search.search-load .search-input {
	background: url('images/loader.gif') no-repeat center right #fff;
}
*/
.leaflet-control-search.search-load .search-cancel {
	visibility: hidden;
}
.leaflet-control-search .search-cancel {
	display: block;
	width: 22px;
	height: 18px;
	position: absolute;
	right: 22px;
	top: 2px;
	margin: 3px 0;
	background: url('images/search-icon.png') no-repeat 0 -46px;
	text-decoration: none;
	opacity: 0.8;
}
.leaflet-control-search .search-cancel:hover {
	opacity: 1;
}
.leaflet-control-search .search-cancel span {
	display: none;/* comment for cancel button imageless */
	font-size: 18px;
	line-height: 20px;
	color: #ccc;
	font-weight: bold;
}
.leaflet-control-search .search-cancel:hover span {
	color: #aaa;
}
.leaflet-control-search .search-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	min-width: 80px;
	max-height: 106px;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	border-radius: 5px;
	border-top-left-radius: 0;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 1010;
	overflow: hidden auto;
}
.leaflet-control-search .search-tip {
	font-size: .85em;
	margin: 2px;
	padding: 2px;
	display: block;
	color: black;
	background: #ddd;
	border-radius: .25em;
	text-decoration: none;
	white-space: nowrap;
	font-size: .85em;
	vertical-align: center;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover,
.leaflet-control-search .search-button:hover {
	background-color: #fff;
}
.leaflet-control-search .search-alert {
	cursor: pointer;
	clear: both;
	font-size: .75em;
	margin-bottom: 5px;
	padding: 0 .25em;
	color: #e00;
	font-weight: bold;
	border-radius: .25em;
}
