span.tagMatches {
	display: none;
	position: absolute;
	float: left;
	top: 3ex;
	right: 0;
	width: 12.5em;
	z-index: 1;
	max-height: 300px;
	text-align: left;
	overflow: hidden;
	border: 1px dotted #C0C0C0;
	border-top: 0;
}
    
span.tagMatches span {
	color: gray;
	cursor: pointer;
	width: 100%;
	padding-left: 3px;
	background-color: #F5F5F3;
}

span.tagMatches span:hover {
	background-color: #C0C0C0;
}

._tag_suggestion {
	float: left;
}
