/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

  .ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  
  .noborder{
	
	border: 0px !important;  
	  
  }
  /* 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;
    background: #717171;
    }
    .ui-menu-item{
      background: #717171;
      padding: 12px !important;
      color: #FFF;
      border-bottom: 1px solid #FFFFFF; 
  }
