div.easyrecipe {
	font: 12px Verdana, Arial, Geneva, sans-serif;
	border: 1px dashed #666;
	color:#666;
	padding: 10px;
	background: #FFF;
}
.ERComment {
    margin-bottom: 10px !important;
}
.ERComment .ERRateBG {
    width: 95px;
    height: 15px;
    cursor: pointer;
    float: left;
    background: url(images/greystar15.png) repeat-x;
}
.ERComment .ERRateStars {
    width: 95px;
    height: 15px;
    cursor: pointer;
    background: url(images/yellowstar15.png) repeat-x;
}
.easyrecipe .ERSName {
	font: 150% Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
.easyrecipe .ERSTop {