.suggestList
{
	position: absolute;
	top: 62px;
	left: 10px;	
	max-height: 120px;
	width: 200px;
	margin: 0;
	display: none;
	background-color: #fff;
	overflow: auto;
	cursor: default;
	list-style: none; 	
  border: solid 1px #999;
  z-index: 999;
}

.suggestList li
{	
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 0 4px;
}

.suggestionItem
{
	background-color: transparent;
	color: #000;
}

.suggestionItemSelected 
{
	background-color: #6699ee;
	color: #fff;
}

