.autocomplete-w1 {
	background: url(/images/shadow.png) no-repeat bottom right;
	position: absolute;
	top: 4px;
	left: 3px; /* IE6 fix: */
	_background: none;
	_top: 1px;
	
	/*rodan*/
	z-index: 2000;
}

.autocomplete-w2 {
	padding: 0 6px 6px 0;
}

.autocomplete {
	width: 300px;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 300px;
	overflow: auto;
	margin: -6px 6px 6px -6px; /* IE specific: */
	_height: 300px;
	_margin: 0px 6px 6px 0;
	overflow-x: hidden;
	
	/*rodan*/
	/*z-index: 2000;*/
}
/*rodan*/

.autocomplete-w1 IFRAME {
	display:none;/*sorry for IE5*/ 
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:200px;
	height:300px; 
}

.autocomplete .selected {
	background: #D5E2FF
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
	font-size: 0.7em;
	line-height: 1.7em
}

.autocomplete strong {
	font-weight: normal;
	color: #3399FF;
}
