ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li {
	padding: 0.1em 1.5em 0.1em 0.5em;
	cursor: pointer;
	background: none;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}
.predefinedTags a {
	padding: 2px 7px;
	display: block;
	margin: 0 4px 4px 0;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #eee;
	border: 1px solid #ccc;
	color: #444;
	text-decoration: none;
}
.predefinedTags a.selectedTag {
	background-color: #cceba2;
	border: 1px solid #8eb756;
}
ul.predefinedTags li {
	margin-right: 5px;
}ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li {
	padding: 0.1em 1.5em 0.1em 0.5em;
	cursor: pointer;
	background: none;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}

/* Tagging styles */
div.tag {
	float: left;
	padding: 0px 0px 0px 5px;
	background-color: #cceba2;
	border: 1px solid #8eb756;
	margin: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
