.autocomplete-w1 {
  background: no-repeat bottom right;
	position: absolute;
	top: 7px;
	left: 6px; /* IE6 fix: */
	_background: none;
	_top: 1px;
}

.autocomplete {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	width: 350px;
	/* border: 1px solid #999; */
	border: 2px solid #E1E1E1;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px; /* IE specific: */
	_height: 350px;
	_margin: 0px 6px 6px 0;
	overflow-x: hidden;
}

.autocomplete div {
	float: left;
	width: 100%;
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
	border: 1px solid #ffffff;
}
.autocomplete div.tlo_1 {
	background-color: #EBEBEB;
}
.autocomplete div.tlo_2 {
	background-color: #F5F5F5;
}

.autocomplete strong {
	font-weight: normal;
	color: #3399FF;
}

.autocomplete span.left {
	float: left;
	display: inline-block;
	overflow: hidden;
}

.autocomplete span.right {
  	color: #769f05;
  	font-size: 10px;
	float: right;
	padding-right: 5px;
	font-weight: bold;
}

.autocomplete .selected, .autocomplete .selected span {
  background: #81AD0D;
  color: #FFFF00;
}

.field {
	background-image: url(lupa.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.field_busy {
	background-image: url(czekaj.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
