

input.dropdown
{
font-family:Arial;
font-size:14px;
	width: 200px;
	border: 1px solid #AAAAAA;
	border-color: #6a673e;
	margin-bottom: 2px;
}

div.autocomplete_holder
{
	position: absolute;
	visibility: hidden;
	display: none;
	background-color: #fff;
}

div.autocomplete_firstborder
{
	border-width: 1px;
	border-style: solid;
	border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
	padding: 0px;
}

div.autocomplete_secondborder
{
	border-style: none;
	padding: 2px;
}

ul.autocomplete
{
	width				: 100%;
	height 				: 95px;
	overflow-y			: auto;
	overflow			: -moz-scrollbars-vertical;
	font				: menu;
	margin				: 0px;
	margin-left			: 0px;
	padding-left		: 0px;
	text-indent			: 0px;
	list-style-type		: none;
	text-align:right;
	vertical-align		: middle;
}

ul.autocomplete li a, ul.autocomplete li a:hover,
ul.autocomplete li a.selected, ul.autocomplete li a:hover.selected
{
	display				: block;
	width				: 100%;
	padding				: 2px;
	text-decoration		: none;
	color				: #333;
	border				: 1px solid #fff;
	margin-left			: -14px;
	margin-left			: 0px;
}

ul.autocomplete li
{
	padding				: 0px;
	paddnig-left		: 5px;

/*font-family:Arial;
font-size:14px;*/
	line-height			: 13px;
	vertical-align		: top;
	margin				: 0px;
	margin-right		: 5px;
}

ul.autocomplete li a
{
}

ul.autocomplete li a:hover
{
	color: highlighttext;
	background-color: highlight;
	border-color: #e0e0e0;
}

ul.autocomplete li a.selected
{
	border				: 1px solid #444;
	background-color	: #0d94df;
	color				: #fff;
	background-color: #f00;
}

ul.autocomplete li a:hover.selected
{
	border				: 1px solid #e0e0e0;
	color				: white;
	background-color	: #f00;
}
