.gray {
	color: gray;
}

.suggest_results {
	background: #fff;
	border: 1px solid #7f9db9;
	position: absolute;
	z-index: 10000;
	display: none;
	height:200x; 
	overflow:auto;
}

.suggest_results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.suggest_results ul li {
	margin: 0;
	list-style-type: none;
	line-height: 16px;
	height: 16px;
	font-size: 12px;
	padding: 2px;
	cursor: pointer
}

.suggest_select {
	background-color: #EEEEEE;
}

.suggest_results ul li a {
	display: block;
	height: 16px;
	text-decoration: none;
}


