body {font-family: Arial;}
/*** New Autocomplete Styles */
.ac_input {width: 380px;}
.ac_results {margin-top: 3px; padding: 0px;border: 1px solid #A2BFF0;background-color: #FFF;overflow: hidden;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: pointer;
display: block;
width:500px;
font-size: 15px;
overflow: hidden;
text-align:left;
font-weight:normal;
font-family: arial;
}
.ac_over {
background-color: #D5E2FF;
color: #000;
}
/******* Only required of IE - Has issues with z-index and dropdowns *************/
.ac_results iframe {
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
width:3000px;
height:3000px;
}
a {
color:#1111CC;
text-decoration:none;
}
a:visited {
color:#1111CC;
}
a:hover {
text-decoration:underline;
}
