DIV#autocompletepanel {
	left: 283px; width: 330px; position: absolute; top: 287px
}
DIV#autocompletepane2{
	position: absolute; width: 154px; left:7px; top:25px; *top:23px;
}
DIV#autocompletepane3{
	left: 492px; width: 258px; position: absolute; top: 358px
}
DIV.suggestList {
    padding:2px;
	border:1px solid #CACACA;  
	z-index: 9999; 
	background: #fff; 
}
DIV.suggestList li {
	padding:0px; 
	margin: 0px; 
	width: 100%; 
	cursor: pointer; 
	text-align: left; 
	color:#666;
}
DIV.suggestList li:hover {
	color: #fff; 
	background-color: #a6a6a6
}
li.hover {
	color: #fff; 
	background-color: #a6a6a6
}
DIV.suggestList span {
	font-size: 11px; font-family: arial
}
DIV.suggestList span.keyin {
	color: #ff0000
}
DIV.suggestList li:hover span.keyin {
	color: #fff
}
DIV.suggestList span.suggword {
	
}
