.autoCompleteSearch
{
  width: 510px;
  height: 25px;
  padding: 0 10px 0 10px;
  background-color: #fff;
  border: 2px solid #707070;
  border-radius: 3px;
  color: #000000;
  font-weight:normal;
  font-size: 12px;
  background-image: url('../images/searchsmall.png');
  background-repeat: no-repeat;
  background-position: 5px 4px;
  padding-left:30px;
}

:-ms-input-placeholder { 
 font-size: 12px;
 font-weight:normal;
 color: #707070;
 float:left;
 vertical-align:middle;
}

.searchBoxDiv
{
    padding-top:0px;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}

/*#autocomplete.focus {
  color: #858585;
}

.ui-autocomplete { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; z-index: 100;}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background:#ff8a00!important;
    color:#000;
    border-radius:0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ff8a00;
    border: none;
    color:#000;
    border-radius:0;
    font-weight: normal;
}*/

/*
.ui-autocomplete { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; }
.ui-autocomplete { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.ui-autocomplete { background: #f0f0f0; }
.ui-autocomplete strong { font-weight: normal; color: #3399ff; }*/