        /* custom styles for multiple stacked instances with custom formatting */#example0
        {
            z-index: 1;
        }
        /* z-index needed on top instances for ie & sf absolute inside relative issue */#example1
        {
            z-index: 0;
        }
        /* z-index needed on top instances for ie & sf absolute inside relative issue */#example2
        {
            z-index: 0;
        }
        /* z-index needed on top instances for ie & sf absolute inside relative issue */.autocomplete
        {
            padding-bottom: 2em;
            width: 8cm;
        }
        /* set width of widget here*/.yui-t2
        {
            min-width: 8cm;
            width: 8cm;
        }
        .autocomplete .sample-quantity
        {
            float: right;
        }
        /* push right */.autocomplete .sample-result
        {
            color: #333;
        }
        /*#A1A1A1*/.autocomplete .sample-query
        {
            color: #000;
            font-weight: bold;
        }
        .yui-skin-samxx .yui-ac
        {
            position: relative;
            font-family: arial;
            font-size: 13px;
        }
        .yui-skin-samxx .yui-ac-input
        {
            position: absolute;
        }
        .yui-skin-samxx .yui-ac-container
        {
            position: relative;
            top: 2.6em;
            width: 75%;
        }
        .yui-skin-samxx .yui-ac-content
        {
            position: absolute;
            width: 100%;
            border: 1px solid;
            background: #fff;
            overflow: hidden;
            z-index: 9998;
        }
        .yui-skin-samxx .yui-ac-shadow
        {
            position: absolute;
            margin: .3em;
            width: 100%;
            background: #666;
            -moz-opacity: 1;
            opacity: 1;
            z-index: 9997;
        }
        .yui-skin-samxx .yui-ac-content ul
        {
            margin: 0;
            padding: 0;
            width: 100%;
        }
        .yui-skin-samxx .yui-ac-content li
        {
            margin: 0;
            padding: 2px 5px;
            cursor: default;
            white-space:nowrap;
            
        }
        .yui-skin-samxx .yui-ac-content li.yui-ac-prehighlight
        {
            background: #FE890C;
        }
        .yui-skin-samxx .yui-ac-content li.yui-ac-highlight
        {
            background: #FE890C;
           
        }
