/*
body {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px  
}
*/
#content {
  height: 20px;;
  width:267px;

  float:left;
}
/*
#message {   
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px
  float:left;
}
*/
a {
  text-decoration: none;
  margin: 0px;
  color: #000
}
 
/* 
input {
  border: #999 1px solid; 
  font-family: helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px 
}
*/

#scroll {
  position: absolute;
  top:220px;
  left:7px;
  margin: 0 auto;
  padding:0;  
  visibility: hidden;
  background-color: white;
  z-index: 1000;    
  width: 260px;
  line-height:10px;
  height: 180px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #EEE;
  border-width: 1px;      
  overflow: auto;
  float:left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
  float:left;
}

#suggest table
{
  width: 240px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
  float:left;
}

.highlightrow
{
  background-color: yellow;
  cursor: pointer
}
 
