/* 
    Document   : yui-custom
    Created on : 17-sep-2009, 17:26:59
    Author     : laurent
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#SearchAuthorName { width: 200px; }
#toggleAuthor{  }

.yui-skin-sam .yui-ac-input { position:static; width:200px; vertical-align:middle;}
.yui-skin-sam .yui-ac-container { width:200px; left:0px; color: #000; }

.yui-ac{ float: left; }
.yui-ac .yui-button {vertical-align:middle;}
.yui-ac .yui-button button {background: url(yui/autocomplete/assets/img/ac-arrow-rt.png) center center no-repeat }
.yui-ac .open .yui-button button {background: url(yui/autocomplete/assets/img/ac-arrow-dn.png) center center no-repeat}
