#search_form label{
	display:block;
	font-weight:bold;
}
#livesearch_search_results {
	max-height: 300px;
	overflow: auto;
	list-style: none;
	padding: 4px 0;
	margin: 0;
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 1420px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	border:1px solid #6b6b6b;
}
#livesearch_search_results li {
	margin:0;
}

#livesearch_search_results li a .dc_type {
	font-size:0.9em;
	color:#bbb;
	
}
#livesearch_search_results li a {
	display: block;
	padding:4px 8px;
	cursor:pointer;
	margin:0 5px;
	color: #000000;
	text-decoration: none;
}

#livesearch_search_results li a:hover {
	background-color: #efefef;
}