html, body {
font-family: sans-serif;
font-size: 11px;
}

input, select {
width: 200px;
background-color:#E6EBEF;
border:1px solid #566D7E;
}

span.small {
font-size: 10px;
}

.ac_results {
background: #eee;
border: 1px solid #ccc;
padding: 2px;
}

.ac_results ul, ul.medici_list {
	list-style-type: none;
	padding: 0 !important;
	margin: 15px 0 0 0 !important;
	border: 0;
}

.ac_results ul li {
cursor: pointer;
padding-left: 10px;
margin-bottom: 5px;
border-style: solid;
border-color: #eee;
border-width: 1px 10px 1px 0;
}
#lista_medici ul.medici_list li a{font-weight:bold;color:#566D7E;}
.ac_results ul li.selected {
background: #fff;
color: #f66;
font-weight: bold;
border-color: #000;
}

.ac_results ul li b {
color: #00f;
}

.ac_results ul li span.small {
color: #999;
font-weight: normal;
}

#filter, #filter a{color:#566D7E; font-size:13px;}
#filter ul li{padding-right:6px;}