#ddloc_ac {
  position:absolute;
  width:130px;
  height:50px;
  bottom:2px;
  right:6px;
  border:1px solid #404040;
  background:#fff;
  font-size:85%;
  overflow:hidden;
  display:none;
  top: 400px;
  left: 25px;
}

#ddloc_ac ul {
  position:relative;
  width:100%;
  padding:3px 0;
  list-style:none;
}

#ddloc_ac li {
  padding:0 5px;
  cursor:default;
  white-space:nowrap;
  display:list-item;
  text-align:left;
}

#ddloc_ac li.highlight {
    background: #F8C205;
}

#recent_locations {
  display: none;
  width: 150px;
  background: white;
  margin-left: 30px;
  margin-top: 10px;
  padding: 9px;
  border: 1px dotted #999;
}

.pl_ma {
      font-weight: bold;
  color:red;
}
    

