#searchstring {
	width: 145px;
}

#sTipsDiv {
	display: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 99999; 
	border: black solid 1px; 
	background-color: white; 
	font-size: 9px;
}

.sTipRes {
	clear: both;
}

.sTipsNotSelected {
	background-color: white;
	color: black;
}

.sTipsSelected {
	background-color: Highlight;
	color: HighlightText;
}

.sTipsString {
	float: left;
	padding-left: 1px;
	overflow: hide;
	width: 170px;
}

.sTipsCount {
	float: left;
	padding-right: 1px;
	width: 30px;
	text-align: right;
}