.p_suggest {
	position: relative;
}
.p_suggest .suggest {
	position: absolute;
	width: 100%;
	height: 130px;
	overflow: auto;
	font-size: 120%;
	border: 1px solid #ccf;
	background-color: #fff;
}

.p_suggest .suggest div {
	padding: 2px;
	overflow: visible;
	white-space: nowrap;
}
.p_suggest .suggest div.select {
	background-color: #36f;
	color: #fff;
}
.p_suggest .suggest div.over {
	background-color: #9cf;
}