/* custom styles for multiple stacked instances with custom formatting */
#example0 { z-index:9001; } /* z-index needed on top instances for ie & sf absolute inside relative issue */
.suggetionbox{position:absolute;z-index:10000; }
.autocomplete { padding-bottom:2em;width:100%; }/* set width of widget here*/
.autocomplete .yui-ac-highlight .sample-quantity,
.autocomplete .yui-ac-highlight .sample-result,
.autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
.autocomplete .sample-quantity {width:25%;float:right; } /* push right */  /*想了好久，终于发现三项内容增加到四项时应该在这里修改每项所占的宽度*/
.autocomplete .sample-result { color:#A4A4A4; }
.autocomplete .sample-query { color:#000; }

