.panel {
  color: #333;
  border: 1px solid silver;
  box-shadow: 3px 4px 3px 0px silver;
  position: absolute;
  top: 100px;
  right: 50px;
  border-radius: 5px;
  overflow: hidden;
  line-height: 20px;
}
#map-auto-search-panel {
  position: fixed;
  z-index: 1024;
  background-color: #fefefe;
  border: 1px solid #d1d1d1;
}
#input{
  width: 250px;
  height: 25px;
  border: 0;
  outline: none;
}
