.leaflet-container .leaflet-control-search {
	position:relative;
	background:#fff;
	color:#1978cf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0.2);
	z-index:2000;
	margin-left: 10px;
	margin-top: 10px;
  background-clip: padding-box;
}
.leaflet-control-search.search-exp {/*expanded*/
	box-shadow: 0 1px 4px #000;
	background: #fff;
  padding-right: 7px;
	border: 0px solid rgba(0,0,0,0.2);
}
.leaflet-control-search .search-input {
	display:block;
	float:left;
	background: #fff;
	border:1px solid #666;
	border-radius:4px;
	padding:0 18px 0 2px;
	margin:3px 0 3px 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Arial,Helvetica,sans-serif;
  box-sizing: border-box;
  padding: 8px 8px;
  padding-top: 9px;
  resize: none;
  font-size: 12px;
  outline: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0,0,0,0.07) inset;
  color: #777;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(1,#F6F6F6));
  background-image: -o-linear-gradient(bottom,#FFF 0%,#F6F6F6 100%);
  background-image: -moz-linear-gradient(bottom,#FFF 0%,#F6F6F6 100%);
  background-image: -webkit-linear-gradient(bottom,#FFF 0%,#F6F6F6 100%);
  background-image: -ms-linear-gradient(bottom,#FFF 0%,#F6F6F6 100%);
  background-image: linear-gradient(to bottom,#FFF 0%,#F6F6F6 100%);
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #bbb;
}
.leaflet-control-search.search-load .search-input {
}
.leaflet-control-search.search-load .search-cancel {
	visibility:hidden;
}
.leaflet-control-search .search-cancel {
	display:block;
	width:22px;
	height:18px;
	position:absolute;
	right:22px;
	margin:3px 0;
	text-decoration:none;
	filter: alpha(opacity=80);
	opacity: 0.8;
  display:none;
}


.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:left;
  background-color: white;
  width: 30px;
  height: 30px;
	border-radius:4px;
}
.leaflet-control-search .search-button:hover {

}
.leaflet-control-search .search-tooltip {
	position:absolute;
	top:100%;
	right:0;
	float:left;
	list-style: none;
	padding-left: 0;
	min-width:120px;
	max-height:122px;
	border-radius:4px;
	box-shadow: 1px 1px 3px 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;
}
.leaflet-control-search .search-tip {
	margin:2px;
	padding:2px 4px;
	display:block;
	color:black;
	background: #eee;
	border-radius:4px;
	text-decoration:none;
	white-space:nowrap;
	vertical-align:center;
	padding-left: 7px;
	padding-right: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 500px;
}
.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:4px;
}

.search-exp .search-button {
display:none;
}

.leaflet-control-search label {
display:none;
}
