span.widget-typeahead
{
	appearance: textfield;
	-moz-appearance: textfield;
	-ms-appearance: textfield;
	-o-appearance: textfield;
	-webkit-appearance: textfield;
	cursor: text;
	display: inline-block;
	font: 11px Verdana, sans-serif;
	line-height: 1.2em;
	padding: 2px;
	padding-bottom: 0;
	vertical-align: top;
	width: auto;
}

span.widget-typeahead-legacy
{
	background: #ffffff;
	border: 1px solid #8496BA;
}

a.widget-typeahead-item
{
	background: #eff2f7;
	border: 1px solid #ccd5e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #000000;
	cursor: text;
	float: left;
	line-height: 1.2em;
	margin-right: 3px;
	margin-bottom: 2px;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
}

a.widget-typeahead-item:hover
{
	background: #ccd5e4;
}

a.widget-typeahead-item:active,
a.widget-typeahead-item:focus
{
	background: #5670a6;
	border-color: #3b5998;
	color: #ffffff;
	outline: none;
}

span.widget-typeahead-itemlabel
{
	cursor: pointer;
	padding: 1px 2px 1px 4px;
	vertical-align: top;
}

a.widget-typeahead-itemkill
{
	color: #000000;
	cursor: pointer;
	display: inline-block;
	padding: 0 4px 0 3px;
	text-decoration: none;
	width: 7px;
	outline: none;
}

a.widget-typeahead-item:active a,
a.widget-typeahead-item:focus a
{
	color: #ffffff;
}

span.widget-typeahead-fieldholder
{
	display: block;
	float: left;
	margin-bottom: 2px;
	max-width: 450px;
	overflow: hidden;
	padding: 1px 0;
}

input.widget-typeahead-field
{
	background: #ffffff;
	border: 0;
	color: #000000;
	font: 11px Verdana, sans-serif;
	padding: 0 4px;
	margin: 0;
	outline: none !important;
	vertical-align: top;
	white-space: pre;
}

span.widget-typeahead-fieldmeasure
{
	border: 0;
	display: block;
	font: 11px Verdana, sans-serif;
	height: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0 5px;
	margin: 0;
	position: absolute;
	top: 0;
	white-space: pre;
	width: auto;
}

ul.widget-typeahead-choices
{
	border: 1px solid #558BE3;
	border-color: ActiveBorder;
	border-top: 0;
	font: 11px/18px Verdana, sans-serif;
	margin: 0;
	max-height: 198px;
	overflow: hidden;
	padding: 0;
	z-index: 1000;
}

ul.widget-typeahead-choices li
{
	background: Window;
	display: block;
	padding: 0 3px;
}

ul.widget-typeahead-choices li a
{
	color: WindowText;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

ul.widget-typeahead-choices li a em
{
	color: WindowText;
	font-weight: bold;
	font-style: normal;
}

ul.widget-typeahead-choices li.loading,
ul.widget-typeahead-choices li.message
{
	color: #777;
}

ul.widget-typeahead-choices li.selected
{
	background: #558BE3;
	background: Highlight;
}

ul.widget-typeahead-choices li.selected a
{
	color: #ffffff;
	color: HighlightText;
}