 
.leaflet-container .leaflet-control-search {
    position: relative;
    float: right;
    background: #fff;
    color: #1978cf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
    margin-left: 10px;
    margin-top: 10px;
}
.leaflet-control-search.search-exp {/*expanded*/
	box-shadow: 0 1px 7px #999;
	background: #fff;
}
.leaflet-control-search .search-input {
    display: block;
    float: left;
    background: rgba(147, 68, 68, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0px;
    height: 38px;
    padding: 0 5px 0 7px;
    margin: 3px 3PX 3px 3px;
}
.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;
	margin:3px 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: left;
    width: 26px;
    height: 26px;
    background: url('../images/search-icon.png') no-repeat 2px 2px rgba(255, 255, 255, 0)!IMPORTANT;
    border-radius: 4px;
}
.leaflet-control-search .search-button:hover {
	background: url('../images/search-icon.png') no-repeat 2px -22px #fafafa;
}
.leaflet-control-search .search-tooltip {
    position: absolute;
    top: -73%;
    left: -252px;
    float: left;
    list-style: none;
    padding-left: 0;
    min-width: 239px;
    max-height: 458px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.78);
    z-index: 1010;
    overflow-y: HIDDEN;
    overflow-x: hidden;
    cursor: pointer;
    max-width: 239px;
    word-wrap: break-word;
    FONT-SIZE: 11PX;
}
.leaflet-control-search .search-tip {
margin: 6px;
    padding: 5px 8px;
    display: block;
    color: #292929;
    background: rgba(255, 255, 255, 0.83);
    border-radius: .25em;
    text-decoration: none;
    white-space: normal;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover,
.leaflet-control-search .search-button:hover {
	    background-color: rgb(21, 109, 141);
    color: white;
}
.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;
}


