#keywordHolder{
	display:inline;
	vertical-align:bottom;
}
#ask, #keyword{
	margin:3px;
}
#keyword{
	border-collapse:collapse;
	width:220px;
}
select, option{
	margin:3px;
}	

.belowSearch{
	margin-top: 5px;
}

#content{
	height:100%;
	width:100%;
}
#scroll{
	position:absolute;
	width:260px;
	height:180px;
	background-color:white;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
	border-color:#000000;
	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;
}
