/* autocomplete.css */
#myAutoComplete {
width:460px; /* set width here or else widget will expand to fit its container */
margin:0;
float:left;
}
#Sub {
margin:0;
float:left;
}
#myInput {
width:450px;
height:24px;
font-size:20px;
background:url(/images/bkg_superbusca_text.gif);
}
#mySubmit {
float:left;
height:24px;
margin-left:1em; /* place the button next to the input */
background:none;
border: none;
width:40px;
}
#globalsub .ac_over {
background-color: #426FD9;
color: white;
}

#globalsub .ac_results
{
overflow:hidden;
border:none;
width:100%;
background-color:Transparent;
}


#globalsub .ac_results ul { }
#globalsub .ac_loading {}
#globalsub .ac_odd { }
#globalsub .ac_even { }

#globalsub .ac_results li 
{
list-style:none;
font-size:18px;
border-bottom:1px dotted #CCCCCC;
/*background-color:#ccc;*/
font-family:Arial,Helvetica,sans-serif;
cursor:default;
padding:5px;
}
