#header .field input.search { float: right; margin-top: -20px; cursor: hand; }

/* Search Results page */
.searchgroup {
	padding: 5px 20px;
	background: #e1e1e1;
	color: #313131;
}
.result {
	float: left;
	width: 40%;
	margin-left: 20px;
	padding: 15px;
	min-height: 150px;
}
.result img {
	float: left;
	margin-right: 10px;
}
.shighlight {
	background: #fffcb0;
	font-weight: bold;
	color: black;
}
