@charset "UTF-8";
/* CSS Document */

#top-header-alone {
    background: none repeat scroll 0 0 #fff;
	text-align:center;
}

.ui-autocomplete {
    max-height: 600px;
    overflow-y: hidden;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
    width: 280px;
}