div.live-search-results {
	background: #fff;
	min-height: 100px;
	overflow: auto;
	padding: 5px 10px;
	font: 10px/1.2 Verdana, sans-serif;
	border: 1px solid #A9A9A9;
	border-top: 0px solid #00aeef;
	border-width: 0px 1px 1px 1px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	margin-top:6px;
}
div.live-search-results h2 {
	font: 14px/1.2 Trebuchet MS, sans-serif;
	padding: 0;
	margin: 0;
}
div.live-search-results h3 {
	font: 12px/1.2 Trebuchet MS, sans-serif;
	padding: 0;
	margin: 5px;
}
div.live-search-results ol {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

