#LiveSearchForm {
	margin: 0px 0px;
	}
#LiveSearchForm #txtKeywords {	
	background: #fff url('livesearch.gif') no-repeat right center;
	font-family:Arial;
	font-size:12px;
	margin:0px;
	padding:2px;
	width:208px;
	border:1px solid #ccc;
	}
#LSResult {
	margin: 8px 0px;
	}
#LSResult ul li {
	width:208px;
	margin: 0px 4px 5px 0px;
	overflow: hidden;
	}
#LSResult ul li a {
	font-size: 14px;
	display: block;
	width: 100%;
	color: #666;
	text-decoration: none;
	}
#LSResult ul li a:hover {
	background-color: #f6f6f6;
	}