.autocomplete-suggestions{
	border:1px #dbdbdb solid;
}
.autocomplete-suggestion{
    background:#fff;
	height:40px;
	line-height:40px;
	padding-left:18px;
	border-bottom:1px #dbdbdb solid

}
.autocomplete-suggestion strong{color:#0066ff}
.autocomplete-suggestion:last-child
{ 
    border-bottom:none
}