 
.leaflet-container .leaflet-control-search {
    position: relative;
    background: #fff;
    color: #000000;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    margin-right: 10px;
    margin-top: -40px;
    font-style: normal;
    font-weight: 600;
    font-family: pt-serif;
    font-size: 14px;
}
.leaflet-control-search.search-exp {/*expanded*/
    background: #fff;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}
.leaflet-control-search .search-input {
    display: block;
    float: right;
    background: #fff;
    border: 1px solid #666;
    border-radius: 2px;
    height: 22px;
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 0;
    margin: 4px 4px 4px 4px;
    font-family: pt-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #010101;
}
.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:22px;
	position:absolute;
	right:1px;
	margin:6px 0;
	background: url('../images/search-icon.png') no-repeat 0 -46px;
	text-decoration:none;
	filter: alpha(opacity=80);
	opacity: 0.8;		
}
.leaflet-control-search .search-cancel:hover {
	filter: alpha(opacity=100);
	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-button {
	display:block;
	float:right;
	width:30px;
	height:30px;	
	background: url('../images/search-icon.png') no-repeat 4px 4px #fff;
	border-radius:4px;
}
.leaflet-control-search .search-button:hover {
	background: url('../images/search-icon.png') no-repeat 4px -20px #fafafa;
}
.leaflet-control-search .search-tooltip {
    position: absolute;
    top: 50%;
    right: 0;
    float: right;
    list-style: none;
    padding-left: 0;
    min-width: 120px;
    /* [disabled]max-height: 122px; */
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1010;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
    padding-top: 5px;
    max-width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.leaflet-control-search .search-tip {
    margin: 2px;
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    display: block;
    color: black;
    background: #eee;
    border-radius: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: center;
    font-size: 12px;
}
.leaflet-control-search .search-button:hover {
	background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
	background-color: #fff;
}
.leaflet-control-search .search-alert {
    cursor: pointer;
    clear: both;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 .25em;
    color: #9C9C9C;
    font-weight: 700;
    border-radius: .25em;
    font-style: italic;
    font-family: pt-serif;
    text-align: center;
}
