.FSF_result {
	width: 90%;
	height: auto;
	display: block;
	padding: 5px;
	margin: 5px;
	border: 1px dashed #cacaca;
	color: #444444;
}
.FSF_resultLink {
	text-decoration: none;
	color: #8a201f;
	font-weight:bold;
}
.FSF_resultDescription {
	text-decoration: none;
	color: #666666;
}
.FSF_pages {
	position: static;
	text-align: left;
	width: 90%;
	height: auto;
	display: block;
	padding: 10px;
	margin: 0px;
}
.FSF_pages #active {
	position: relative;
	text-align: center;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background: #8a201f;
	padding: 3px;
	margin: 0 5px 0 5px;
	color: #ffffff;
}
.FSF_pages .passive {
	position: relative;
	text-align: center;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background: #eaeaea;
	padding: 3px;
	margin: 0 5px 0 5px;
}
.FSF_pages .passive a {
	color: #333333;
	text-decoration: none;
}
.FSF_pages .passive a:hover {
	color: #888888;
	text-decoration: none;
}