#bo-user-search {
	width: 100%;
	height: 2em;
	padding-left: 25px;
	background-color: white;
	background-image: url('images/search-icon.png'), url('images/searching-icon.gif');
	background-size: 15px 15px, 0px;
	background-position: left 5px center, right 5px center;
	background-repeat: no-repeat;
}

#bo-user-search-results-div {
	min-height: 15px;
	height: 15px;
	max-height: 15px;
}

#bo-user-search-results-div p {
	width: 100%;
	font-style: italic;
	font-size: 0.9em;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bo-user-search-results {
	position: relative;
	z-index: 99;
	background-color: ivory;
	overflow-y: scroll;
	margin: 0;
}

#bo-user-search-results li {
	position: relative;
	z-index: 9999;
	margin: 5px;
	padding: 4px;
	border-radius: 5px;
	background-color: #CCF3FF;
	cursor: pointer;
}

#bo-user-search-results li:hover {
	color: white;
	background-color: #85C1E9;
}