/* CSS Document */

#form-holder input {
	font-size: inherit;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

#searchform {
	float: left;
	margin: .1em 0 .5em;
}

#searchform input { border: 1px solid #000; }

#searchsuggestions {
	display: none;
	position: absolute;
	z-index: 4;
	line-height: 1.35em;
	background-color: #fff;
	border: 1px solid #000;
}

#searchsuggestions a {
	display: block;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 2px;
}

#searchsuggestions a.hovered {
	color: #fff;
	background-color: #4986d9;
}

