.recipe_panel
{
	float:left;
	width:560px;
	padding:1px;
	clear:both;
}

.recipe_rating_bar_outer
{
	height:20px;
	float:left;
	background:#ffffff;
	border:solid;
	border-width:1px;
	text-align:center;
}

.recipe_rating_bar_inner
{
	height:20px;
	float:left;
	background:#8888ff;
	width:70px;
	text-align:right;
}

.recipe_rating_panel
{
	float:left;
	padding:3px;

}




