div#ezwt {
	margin-top: 50px;
}

div#ezwt img {
	border: none;
}

/* RECIPE RATING OVERRIDES */

#recipeRight .attribute-star-rating {
	display: block;
	width: 350px;
	height: 114px;
	overflow: hidden;
	background: url(/_images/recipes/ratings_bg.png) no-repeat;
	margin-top: 
}
ul.ezsr-star-rating {
	float: left;
	margin-top: 40px;
}
.recipeLnkStars ul.ezsr-star-rating {
	margin-top: 3px;
	width: 85px;
	height: 15px;
}
.recipeLnkStars .ezsr-star-rating,
.recipeLnkStars .ezsr-star-rating a:hover,
.recipeLnkStars .ezsr-star-rating a:active,
.recipeLnkStars .ezsr-star-rating a:focus,
.recipeLnkStars .ezsr-star-rating .ezsr-current-rating {
	background-image: url(/extension/ezstarrating/design/standard/images/star_small.png);
}
.recipeLnkStars .ezsr-star-rating a,
.recipeLnkStars .ezsr-star-rating .ezsr-current-rating {
	height: 15px;
	line-height: 15px;
}
