.rte-autocomplete {
  display: block;
}
.rte-autocomplete > LI.loading {
  background: url("../../../../../../../images/jalios/icons/waitsmall.gif") top no-repeat;
  /*height: 16px;*/
  padding: 0 10px;
}

.rte-autocomplete > LI .message-help {
  padding-top: 16px;
}

.rte-autocomplete > LI .photo {
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  border-radius: 3px;
}
.rte-autocomplete > LI .photo.initials-photo {
  border-color: white;
}
.rte-autocomplete > LI.active .photo {
  border-color: white;
}
