.SearchInput
{
	width: 220px;
}
.anchor
{
	display: block;
}
.ResultList
{
	position: absolute;
	display: none;
	z-index: 10;
	height: 100px;
	width: 205px;
	background-color: white;
	border: 1px solid black;
	overflow: auto;
	padding: 0px 2px;
}
.ResultList a
{
	display: block;
}
.ResultList div
{
	background-color: white;
	color: #000;
}
.ResultList div.highlight
{
	font-weight: bold;
	background-color: #E8F0E3;
}
.ResultList div.clear
{
	font-weight: normal;
	background-color: white;
}

