#keywordHolder { display:inline; vertical-align:bottom; }

option { padding:0px; }

#scroll{
	position:absolute; width:200px; height:180px;
	background-color:white; border-top-style:solid;
	border-right-style:solid; border-left-style:solid;
	border-bottom-style:solid;
	border-color:#cccccc; border-width:1px;
	left:0px; top:22px;
	z-index:1; overflow:auto
}
#scroll div {
	width:99%; height:100%;
	margin:0 auto; text-align:left
}

#suggest table {
	width:100%; font-weight:normal; color:#676767;
	text-decoration:none; border:0px; text-align:left; margin:0px
}

#suggest td { padding:1px; }

.sTd {
	font-size:11px; width:65%;
	white-space:nowrap; overflow:hidden;
}
.rTd { font-size:9px; text-align:right; white-space:nowrap; }
.highlightrow { background-color:#999999; cursor:pointer }
#debugDiv { position:absolute; top:0px; left:0px; }

