.autocompleteBox
{
 background:#fff;
 color:#000;
 width:300px;
 padding:3px;
 border:1px solid #000;
 cursor:hand;
 cursor:pointer;
}

.autocompleteBox UL
{
 color:#000;
 margin:0px;
 padding:0px;
}

.autocompleteBox LI
{
 color:#000;
}
.autocompleteBox LI:hover
{
 background:#00f;
 color:#fff;
}
