#content
{
  margin:15px 15px;
  position: relative;
  text-align:left;
  /*display:none*/
}
#content #scrollback
{
  position: relative;width:100%;height:0px;
}
#content input{border:1px solid #191919;font-family:Verdana,sans-serif;font-size:11px}

#content h2{color:#fff;font-size:12px;margin:0px;}

#scroll
{
  position: absolute;
  top:0px;
  left:0px;
  margin: 0 auto;
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  /*width: 110px;*/
  min-width:150px;width:auto !important;width:150px;
  height: 180px;
  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-y: auto;
  overflow-x: hidden
}

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

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

#suggest td{white-space:nowrap}

#suggest a{
	margin:0px;
	line-height:1;
	color:#000;
	text-decoration:none;
	font-weight:normal
}

.highlightrow
{
  background-color: #999999;
  cursor: pointer
}

#keyword{width:150px;margin-bottom:2px}
 
