    #hint {      position:absolute;      background-color:#000000;      border:1px solid #FFFFFF;      margin:0px;      padding:0px;
      font-family: arial;
      font-size:11px;
      color:#FFFFFF;
      height: 145px;
      overflow-y: auto;
      overflow-x: hidden;    }	#hint ul {      list-style-type:none;      margin:0px;      padding:0px;
    }    #hint ul li.selected { background-color: #000000;color:#FF0000;}    #hint ul li {      list-style-type:none;      display:compact;      margin:0;      padding:2px;      cursor:pointer;
    }
