#searchform {
  width: 415px;
	float: right;
	margin: 3px 0;
	padding: 0;
  }
#livesearch {
	width: 280px;
  border:1px solid #ddd;
	padding: 6px;
	background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;	
  }

#livesearch:focus {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;	
  }

#livesearch label {
	overflow: hidden;
	width: 0;
	height: 0;
  }

#LSResult {
  position: absolute;
  z-index: 1000;
  top: 32px;
  right: 3px;
  background: #fff url(../images/layout/search_bkgd.png);
	width: 292px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top:none;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;		
  }

#LSResult a {
	color: #006688;
	display: block;
	margin: 0 -5px;
	border-bottom: 0;
	text-decoration: none;
	padding: 4px 0;	
  }

#LSResult a:hover {
	background: #2F819C;
	color: #dd9922;
	padding: 4px 0;
  }

ins {
	border-bottom: 0;
	text-decoration: none;
  }
#LSHeader {
	padding: 2px 10px 8px 10px;
	background: #eee;
	color: #000;
	font-weight: bold;
  }

#LSHeader a, #LSHeader a:visited, #LSHeader a:hover {
	padding-left: 18px;
	display: block;
	background: url(../images/layout/icon-delete.png) no-repeat left center;
  }

#LSHeader a, #LSHeader a:visited {
	font-weight: normal;
	color: #2F819C;
	text-decoration: none;
  }
#LSHeader a:hover {
	font-weight: normal;
	color: #dd9922;
	text-decoration: none;
  }
.LSRow {
	padding:0;
  }

.LSRow a {
	color: #006688 !important;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-indent: 30px;
  }
.LSRow a:hover, div.LSRow a:hover {
	display: block;
	background: #f0f8ff url(../images/layout/check.png) 12px 7px no-repeat !important;
	color: #dd9922 !important;
	font-weight: bold;
	text-indent: 30px;
  }
#LSHighlight {
	background: #f0f8ff;
  }
#LSHighlight a {

  }
.notfound {
	font-weight: bold;
	background: #fff !important;
	padding: 4px;
  }