.autoCompPos {
	position: relative;
}
div.autoCompList {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}
div.autoCompList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.autoCompList ul li.selected { background-color: #ffb;}
div.autoCompList ul li {
	list-style-type: none;
	background-image: none;
	background: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}