#live-search {
  width: 270px;/*mismo ancho de input*/
  margin: 0!important;
  z-index: 10;
  font-size: 11px;
}
#live-search span#delete-result {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../img/delete.png);
  position: absolute;
  visibility: hidden;
  margin-top: -20px;
  margin-left: 240px;
}
#live-search span#delete-result:hover {
  opacity: .7;
}
#live-search input {
  margin: 0!important;
  width: 250px;/*debe tener mismo ancho que el contenedor*/
  line-height: 18px;
}
ul#result-list {
  display: block;
  position: absolute;
  width: 260px;/*debe tener mismo ancho que el contenedor*/
  float: none;
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #00446F;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  border: 1px solid #C5C5C5;
  border-bottom: none;
  margin-top: -1px;
}
ul#result-list li {
  padding: 5px 0 5px 5px;
  margin-left: 0;
  border-bottom: 1px solid #C5C5C5;
  cursor: pointer;
}
ul#result-list li:hover {
  background: #EEE;
}