#srch-results {
	position: absolute;
	top: 83px;
	left: 22px;
	font-family: sans-serif;
	clear: both;
	margin-top: 3px;
	color: #191919;
	background: #ffffff;
	border: 1px solid #a0a0a0;
	display: none;
	max-width: 630px;
	min-width: 400px;
}

.result {
	display: block;
	font-size: 13px;
	padding: 5px 7px 5px 7px;
	line-height: 18px;
	border-bottom: 1px solid #eeeeee;
}

.result-sm, .result-sm strong {
	font-size: 11px;
	color: #333333;
}

.input, .input-button {
	font-family: sans-serif;
	font-size: 13px;
	float: left;
	border: 1px solid #a0a0a0;
	margin: 0px;
	padding: 5px;
}

.input {
	width: 170px;
}

.input-button {
	margin-left: 3px;
	padding: 4px;
	background: #eeeeee;
   max-height: 28px;
}

.input-checkbox {
	margin: 8px;
	margin-left: 10px;
	margin-right: 0px;
}

a.result-link:link {
	color: #191919;
	text-decoration: none;
}

a.result-link:visited {
	color: #191919;
	text-decoration: none;
}

a.result-link:active {
	color: #191919;
	text-decoration: none;
}

a.result-link:hover {
	color: #000000;
	text-decoration: none;
}

