.autocomplete_listItem
{
	background-color: white;
	color: black;
	padding: 0px;
	font-size: 11px;
	font-weight: 500;
	font-family: Arial;
}
.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: buttonface;
	border: buttonshadow;
	border-width: 0px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	text-align: left;
	list-style-type: none;
	
	
}
.autocomplete_highlightedListItem
{ font-family: Arial;
	background-color: highlight;
	color: white;
	padding: 1px;
	font-size: 11px;
	font-weight: 500;
}

 /* Text Box with Rounded Corners: */
.tb-rounded
{
	border: 0;
	/*background: url(../ImagesApp/Icons/rounded.gif) #ccccff no-repeat left top;*/
	height: 22px;
	width: 230px;
	padding-top: 2px;
	
}

