.complete{cursor:pointer;width: 100% }
.complete:hover {backgroundColor:#c1ebff}
#autocomplete{ position:absolute;z-index:9999;display:none;width:250px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; }
#autocomplete .complete { background:#F0F0F0;font-family: Geneva, Arial, Helvetica }
#autocomplete strong {  color:#3399FF; }
.completeorg{cursor:pointer;width: 100% }
.completeorg:hover {backgroundColor:#c1ebff}
#autocompleteorg{ display:none;width:250px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; }
#autocompleteorg .complete { background:#F0F0F0;font-family: Geneva, Arial, Helvetica }
#autocompleteorg strong {  color:#3399FF; }