/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* styles for entire widget */
.yui-skin-sam .yui-ac {
    position:absolute;z-index:9000;
}

/* styles for input field */
.yui-skin-sam .yui-ac-input {
    position:absolute;width:100%;
    top:-5px;
    *top:-15px;
}
/* styles for results container */
.yui-skin-sam .yui-ac-container {
    top:1.1em;
    *top:0.2em;
}


/* styles for highlighted result item */
.yui-skin-sam .yui-ac-content li.yui-ac-highlight {
    background:#e9dfdf;color:#84474c;
}


/* styles for this implementation */
#autocomplete, #autocomplete2 {
    width:300px; /* set width for widget here */
    margin-left: 140px;
}

#autocomplete {
    z-index: 10;
}
#autocomplete2 {
    z-index: 1;
}
