#keyword {
	width: 165px;
	font-size: 1em;
}
#results{
    display:block;
	width: 165px;
	border: 1px solid #c0c0c0;
}
#results .item {
	padding: 3px;
	font-family: Helvetica;
	border-bottom: 1px solid #c0c0c0;
}

#results .item:last-child {
	border-bottom: 0px;
}

#results .item:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}