﻿
/** "Ugly fix" to be able to set font-size on autocomplete extender 
see http://tim.mackey.ie/default,month,2006-11.aspx
**/
#AutoComplete
{    
   width: auto !important;
   overflow: visible !important;
}
#AutoComplete div 
{
   font-size: x-small !important;
}
