/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-autocomplete {
        position: absolute;
        top: 0;
        left: 0;
        cursor: default;
    background: #FFF;
    border: solid 1px #ccc;
    border-top: none;
}

