#livesearch {
	display: block;
}
#LSHighlight {
	background-color: #57A1D1;
	color: #FFFFFF;
}
.LSRow {
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-indent: -1em; 
	padding-left: 1.2em; 
	line-height: 1.3em; 
	padding-right: 1em;
	width: 180px;
	font-size: 8pt;
	font-family: Arial;
	background-color: #FAFAFC;
}
#LSResult {    
	position: absolute;
	background-color: #ccc; 
	min-width: 96px; 
	margin-left: 2px;
	margin-top: 1px;
	cursor: default;
}

#LSShadow {
	position: relative;
	bottom: 1px;
	right: 1px;
	background-color: #666;
	color: inherit;
}

.LSRes {
	position: relative;
	bottom: 1px;
	right: 1px;
	background-color: white;
	border: #303030 1px solid;
}
