div#searchForm button {
	margin-left: 0 !important;
	border: none !important;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CBBBAD;
	font-size: 1.1em;
}
div#searchForm label {
	display: none;
}
div#searchForm input {
	width: 118px;
	margin-right: 5px !important;
	margin-right: 10px;
}

/*--search results--*/
div#searchResults div.searchItem {
	font-size: 0.75em;
	border-bottom: 1px solid #DFE1E0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
div#searchResults a.readMore{
	text-decoration: none;
}
div#searchResults div.searchItem h2 {
	font-size: 1em;
}
div#searchResults div.description {
	line-height: 1.4em;
	margin: 5px 0 5px 0;
}
div#searchResults a span {
	font-size: 1.3em;
	text-decoration: none;
}
div#searchResults strong.found,
p.statistic strong {
	color: #56AB68;
}
p.statistic {
	font-size: 0.75em;
	margin-bottom: 10px;
}
p.statistic strong {
	font-size: 2em !important;
}