.post-favorites {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-favorites-loading {
	display: none;
	height: 0;
	text-align: left;
}
.post-favorites-image {
	border: 0px;
}
.post-favorites IMG, .post-favorites-loading IMG, .post-favorites-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-favorites-text {
}
/* Styles Used In WP-Admin */
.wp-postfavorites-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}