.AutoAssist {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-size:12px;
	background-color: #fafafa;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin-top: 1px;
	text-align: left;
}
.AutoAssistSearch {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-size:10px;
	background-color: white;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin-top: 1px;
	text-align: left;
	text-transform:uppercase;
	position:absolute;

	z-index:1010;
	filter:Alpha(opacity=1000);
	opacity:1000;
}

.Highlight {
	background-color:#F4EDD0;
	color:#000000;
}

.Loading {
	cursor: wait;
	background-image: url(/imgs/throbber-small.gif);
	background-repeat: no-repeat;
	background-position: center right;
}