div.autocomplete
{
}

table.autocomplete {
	width: 100%;
	background: #fff;
	border:none;
	opacity:.90;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
}

table.autocomplete tr.selected td {
	background-color: #5d7734 !important;
	color:#fff;
}

table.autocomplete tr td {
	border: 0 !important;
	padding: 2px 0px 2px 5px !important;
	border-bottom: 1px solid #5d7734 !important;
	border-right: 1px solid #5d7734 !important;
	border-left: 1px solid #5d7734 !important;
	cursor: pointer !important;
	background-color: #f6f6f6 !important;
	font-size:13px;
}

input.autocomplete_field {
  background: #fff url('/engine/images/search.png') center right no-repeat;
  width:170px;
  height:24px;
  font-size:12px;
  font-weight:normal;
}

input.autocomplete_field_noresults {
  background: #fff url('/engine/images/nok.png') center right no-repeat;
  width:170px;
  height:24px;
}

input.autocomplete_field_busy {
  background: #fff url('/engine/images/wait.gif') center right no-repeat;
  background-position: 150px;
  width:170px;
  height:24px;
}

input.autocomplete_field_valid {
  background: #fff url('/engine/images/ok.png') center right no-repeat;
  width:170px;
  height:24px;
}

img.autocomplete_info {
  cursor:help;
  margin-left:5px;
}
