#suggest_popup {position:absolute;top:0;left:0;z-index:9999;cursor:default;overflow:hidden;}
.suggest_entry {display:block;position:relative;padding:0 12em 0 2px;} /* 12em seems to accomodate all translations of "hotels nearby" */
.suggest_entry strong {color:#FF6600;}
.suggest_entry_selected {background-color:#C4CCD5;}
.suggest_entry_selected strong {background-color:transparent;}
.suggest_dist {position:absolute;top:0px;right:4px;color:#88e;}
#suggest_popup iframe {position:absolute;width:1000px;height:1000px;}
#suggest_popup table {position:relative;border:1px solid #808080;z-index:1;}
#suggest_popup td {background-color:#ffffff;padding:3px;text-align:left;}