div.post-ratings {
	/* width:100%; */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: 38px;
	width: 100px;
	background-image: url(/mblog/wp-content/themes/magnus/images/waardering.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 84px;
	padding-top:12px;
	float:left;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
/* Styles Used In WP-Admin */
.wp-postratings-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
.ratinghover {
	position: absolute;
	padding-left: 10px ;
	padding-top: 4px;
	background-image: url(/mblog/wp-content/themes/magnus/images/starballoon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 94px;
	height: 28px;
	margin-top: -46px;
	margin-left: -25px;
	color: #46571C'
	font-size: 12px;
}