 
.leaflet-container .leaflet-control-search {
	position:relative;
	float:left;
/*	background:#fff; 
	color:#1978cf;*/
/*	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-left: 10px;
	margin-top: 10px;
	
	transition: 300ms;	
	
}
.leaflet-control-search.search-exp {/*expanded*/
    
    background: url('../images/80l.png') left top no-repeat   ;
	background-size: 40px 40px;
	opacity: 0.9;
	
	padding:0px 0px 0px 20px;

/*	border: 2px solid rgba(0,0,0,0.2); */
	background-clip: padding-box;	
	margin-right: 6px;
	        
	transition: 300ms;

}


.leaflet-control-search .search-input {

	display:none;
	float:left;

	

	
	border: 0px solid #666;
	outline: none;
	border-radius:0px;
	font-size:16px;

	height:40px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	
	background: url('../images/80c.png') left repeat  ;
	background-size: 40px 40px;


}
.leaflet-control-search.search-load .search-input {
	background: url('../images/loader.gif') no-repeat center right ;
	width: 40px;
	height: 40px;
	
}
.leaflet-control-search.search-load .search-cancel {
	visibility:hidden;
}
.leaflet-control-search .search-cancel {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	right:0px;
	margin:7px 0px 0px 0px;
	background: url('../images/search-icon.png') no-repeat 0 -43px; 
	text-decoration:none;
	filter: alpha(opacity=80);
	opacity: 0.9;

}
.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:16px;
	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:left;
	width:40px;
	height:40px;	
	background: url('../images/80.png');
	background-size: 40px 40px;
/*	border-radius:4px; */
	opacity: 0.9;
	
	
}

.leaflet-control-search.search-exp .search-button{/*expanded*/
    
    background: url('../images/80r.png') left no-repeat   ;
	background-size: 40px 40px;
    opacity: 1;
	padding:0px 0px 0px 0px;
    
}





.leaflet-control-search .search-button1:hover {
	background: url('../images/80.png');
	background-size: 40px 40px;
}



.leaflet-control-search .search-tooltip {
	position:absolute;
	top:100%;
	left:0;
	float:left;
	list-style: none;
	padding-left: 0;
	min-width:120px;
	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;
	transition: 300ms;
}
.leaflet-control-search .search-tip {
	margin:2px;
	padding:2px 4px;
	display:block;
	color:black;
	background: #eee;
	border-radius:.25em; 
	text-decoration:none;	
	white-space:nowrap;
	vertical-align:center;
	font-size:13px;
}
.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:.75em;
	margin-bottom:5px;
	padding:0 .25em;
	color:#e00;
	font-weight:bold;
	border-radius:.25em;
}


