span.tagMatches { 
	width: 165px;
	position: absolute;
        top:25px;
        right:45px;
	z-index: 100;
	max-height: 300px;
	text-align: left;
	overflow: auto;
	border: 0;
        display: block
} 
    
span.tagMatches span { 
	color: gray;
	cursor: pointer; 
	width: 90px;
        padding-left: 5px;
        border: 1px solid gray; 
	background-color: #FFFFFF; 
} 

._tag_suggestion {
	float: left; 
}