#suggestion-box
{
	width:100%;
}

#suggestion-box .yui-ac-content 
{
	width:100%;
	border:1px solid #404040;
	background:#fff;
	overflow:hidden;
	z-index:9050;
}

#suggestion-box .yui-ac-shadow 
{
	margin:.3em;
	width:100%;
	background:#a0a0a0;
	z-index:9049;
}

#suggestion-box ul 
{
	padding:0px 0;
	width:100%;
}

#suggestion-box li 
{
	padding:0 3px;
	cursor:default;
	white-space:nowrap;
	font-family:Tahoma;
	font-size:12px;
}

#suggestion-box li.yui-ac-highlight 
{
	background:#a0a0a0;
}

#suggestion-box li.yui-ac-prehighlight 
{
	background:pink;
}
