
/*******************************
*****  AutoComplete Style  ******
*******************************/

.floater {
position:absolute;
z-index:2;
bottom:0;
right:0;
display:none;
padding:0;
height: 15px;
background-color: white;
}

.floaterLoading {
position:absolute;
z-index:2;
bottom:0;
right:0;
display:none;
padding:0;
height: 17px;
color: white;
background-color: #88CCFF;
}

.floater td {
font-family: Gill, Helvetica, sans-serif;
background-color:white;
border:1px inset #979797;
color:black;
}

.matchedSmartInputItem {
font-size:1.1em;
padding: 0px 7px 0px 7px;
margin:0;
cursor:pointer;
}

.selectedSmartInputItem {
color:white;
background-color:#88CCFF;
}

#smartInputResults {
padding:0;margin:0;
}

.siwCredit {
margin:0;padding:0;margin-top:10px;font-size:0.7em;color:black;
}


