
.autocomplete-w1 { background:url(../images/shadow.png) no-repeat bottom right;font-size: 12px; position:absolute; top:7px; left:6px; /* IE6 fix: */ _background:none; _top:8px; _left:0px;}
.stan {
	background-image: url(../images/comp_tit.png);
	background-repeat: no-repeat;
	width: 256px;
	height: 8px;
	
}
.autocomplete {
	width:300px;
	background:#FFF;
	cursor:default;
	text-align:left;
	max-height:350px;
	overflow:auto;
	margin:1px 6px 6px -6px;
	_height:350px;
	_margin:0px 6px 6px 0;
	overflow-x:hidden;
	border-right: 1px solid #9BAFB8;
	border-bottom: 1px solid #9BAFB8;
	border-left: 1px solid #9BAFB8;
}
.autocomplete .selected { background:#D8E9F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#217CAB; }

