.clear {
	clear: both;
}

#fs-wrapper {
	width: 250px;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	color: #333;
	float: right;
	margin: 15px 10px 0px 0px;
}

#fs-error {
	font-weight: bold;
	color: red;
	text-align: center;
}

#fs-title-container {
	width: 100%;
	background-color: #ffdf36;
	padding: 10px 0px 10px 0px;
	font-size: 20px;
	color: #333;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#fs-feed-container {
	width: 100%;
}

#fs-feed-container ul, #fs-feed-container li {
	margin: 0px;
	padding: 0px;
}

#fs-feed-post-container {
	width: 100%;
}

#fs-feed-post-container:hover {
	background-color: #F1F1F1;
}

#fs-feed-post-thumbnail {
	float: left;
	width: 35px !important;
	height: 35px !important;
	margin: 8px 8px 0px 8px;
	border: 1px solid #CCC;
}

#fs-feed-post-thumbnail img {
	width: 35px !important;
	height: 35px !important;
}

#fs-feed-post-content-container {
	float: left;
	margin: 5px 0px 8px 0px;
}

#fs-feed-post-content-container a {
	color: #0099CC;
	text-decoration: none;
}

#fs-feed-post-title {
	margin-top: 5px;
}

#fs-seperator {
	width: 100%;
	height: 1px !important;
	background-color: #CCC;
}
