.autocomplete-w1 { 
	background:  url(shadow.png) no-repeat bottom right; 
	position:    absolute; 
	top:         0px; 
	left:        0px; 
	margin:      8px 0 0 6px; 
	/* IE6 fix: */ 
	_background: none; 
	_margin:     0; 
}

.autocomplete {
	border:     1px solid #3399FF; 
	background: #ffffff; 
	cursor:     default; 
	text-align: left; 
	max-height: 350px; 
	overflow:   auto; 
	margin:     -6px 6px 6px -6px; 
	/* IE6 specific: */ 
	_height:    350px;  
	_margin:    0; 
	_overflow-x: hidden;
}

.autocomplete .selected { 
	background: #f0f0f0;
}

.autocomplete div {
	color:       #222222;
	padding:     2px 5px; 
	white-space: nowrap;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:   0.7em;
}

.autocomplete strong {
	font-weight: normal;
	color:       #3399FF; 
}
