.fnl_embed {
	margin: 0 -10px;
	padding: 10px 10px;
	border-top: 1px solid #ddd;
	background: #eee;
}

.fnl_embed:first-of-type {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.fnl_embed:last-of-type {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.fnl_embed .embed_description {
	margin-top: 8px;
}

.fnl_embed .embed_source {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
}

.fnl_embed .embed_source a {
	background: transparent url('../img/fnl_embed_sprite.png') 0 50% no-repeat;
	padding-left: 22px;
	color: #333;
}

.fnl_embed .embed_link {
	text-decoration: none;
}

.fnl_embed .embed_link:hover {
	text-decoration: underline;
}