﻿body
{
	font-family: Verdana;
	font-size: 11px;
}
#txtsearch 
{
	width: 150px;
}
.results
{
	position: relative;
	display: none;
	background-color: #fff;
	width: 120px;
	border:solid 1px #c0c0c0;
	margin-left:5px;
	margin-top:5px;
}
.searchresult
{
	height: 18px;
	width: 120px;
	
	border: 1px solid #eee;
	vertical-align: middle;
	text-align:left;
	font-size:9px;
}
.small
{
	font-size: 9px;
}
.searchresult:hover
{
	background-color: #ededed;
	cursor: hand;
}
.match 
{
	font-weight:bold;
	font-size:9px;
}