/* -------------------------------------------------------------- 
   Internet Explorer 6 hacks
   ie5.css 
   
   Contains every hack for Internet Explorer 6,
   so that our core files stay sweet and nimble.
   
-------------------------------------------------------------- */

/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:-18px -8px 16px 0; padding:0; }

select {width:auto}

img {behavior: url("http://www.garmin.com/garmin/jsp/jahia/css/pngbehavior.jsp")}/* 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;
}