#livesearch_string {
    position: absolute;
    left: 700px;
    top: 190px;
    width: 236px;
    height: 14px;
    padding: 2px;
    font-size: 10px;
    border: 0px;
    background-image: url(/images/misc/livesearch/inputbox240x18.png);
    z-index: 2;
}
#livesearch_button {
	position: absolute;
	left: 944px;
	top: 190px;
	width: 18px;
	height: 18px;
	background-image: url(/images/misc/livesearch/lens.png);
	cursor: pointer;
    z-index: 2;
}
#livesearch_suggestions {
    position: absolute;
    left: 700px;
    top: 207px;
    border: 1px solid #888888;
    background-color: #ffffff;
    background-image: url(/images/misc/livesearch/suggestionsBackground.png);
    background-repeat: repeat-y;
    z-index: 10;
}
#livesearch_suggestions ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#livesearch_suggestions ul li {
    list-style-type: none;
    cursor: pointer;
    display: block;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    min-width: 230px;
    white-space: nowrap;
}
#livesearch_suggestions ul li.highlight {
    background-color: #629c12;
}
#livesearch_suggestions ul li a {
   font-size: 10px;
}
#livesearch_suggestions .livesearch_found_more {
    text-align: left;
    padding-left: 4px;
}
#livesearch_suggestions .livesearch_found_more span {
	font-size: 10px;
}
#livesearch_suggestions ul li img {
    margin-bottom: -3px;
}
