.search-autocomplete { border: none; color: #000; position: absolute; }
#myAutoComplete { padding-bottom: 2em; width: 30em; }
.yui-ac { }
.yui-ac-container { z-index: 999; }
.yui-ac-content { background-color: #FFF; border: 1px #000 solid; padding: 5px; width: 300px; }
.yui-ac .result { height: 77px; padding: 5px; position: relative; }
.yui-ac .name { left: 79px; padding-left: 5px; position: absolute; top: 0; width: 210px; }
.yui-ac .img { background-color: black; border: 1px solid black; color: white; height: 58px; left: 0; position: absolute; top: 0; width: 58px; }
.yui-ac .imgtext { position: absolute; text-align: center; top: 50%; width: 58px; }
.yui-ac img { height: 75px; margin-right: 4px; width: 75px; }
.yui-ac-hd { border-bottom: 1px dashed #999; color: #000; display: block; font-weight: bold; margin-bottom: 4px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 0; text-align: left; }
.yui-ac-bd li { background: transparent!important; cursor: pointer; }
.yui-ac-bd li:hover { background-color: #e4e4e4!important; }
