div.jAssist{
  z-index  : 10000;
  position : absolute;
  top : 0px;
  left: 0px;
  min-width:300px;
  max-width:640px;
  width: auto;
  width : 512px;
          box-shadow: #333 2px 2px 5px;
     -moz-box-shadow: #333 2px 2px 5px;
  -webkit-box-shadow: #333 2px 2px 5px;
  border: 1px solid #666;
/*
  height: 200px;
  overflow-y: scroll;
*/
}
div.jAssist>table{
  width : 100%;
  background-color : #FFF;
}
div.jAssist>table>tbody>tr>td{
  padding : 2px 4px;
  border-bottom: 1px dotted #CCC;
}
tr.jAssistSelected>td{
  background-color : #ffebaf;
}
tr>td.jAssistList{
  cursor : pointer;
}
