#content{
  float:left;
}

#message{   
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#content a{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

.outline{
  font-family: Verdana; 
  border: #999 1px solid;
  font-size: 13px;
  vertical-align: middle;
}

#scroll{
  position:absolute;
  visibility: hidden;
  background-color: white;  
  width: 300px;
  height: 175px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: hidden;
}

#scroll div{
  margin: 0 auto;
  text-align:left;
}

#suggest table{ 
  font-family: Verdana;  
  width: 300px;
  font-size: 12px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px;
}

#suggest td{
  width: 300px;
  font-size: 12px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px;
}

.highlightrow{
  background-color: #33CCFF;
  cursor: pointer;
}
 

