FIELDSET DIV LABEL, FIELDSET DIV INPUT, FIELDSET DIV SELECT, DT, DD
{
	font-size: 70%;
}
DL
{
	float: left;
	margin-top: 10px;
}
}
DT
{
	font-weight: bold;
	float: left;
	clear: left;
	width: 120px;
	margin-left: 10px;
}
DD
{
}
FIELDSET DIV.button INPUT
{
	float: right;
}
FIELDSET
{
	border: 0px;
}
FIELDSET DIV
{
	clear: both;
	margin: 5px auto 5px auto;
}
FIELDSET DIV.checkboxes INPUT, FIELDSET DIV.checkboxes LABEL
{
	float: none;
	display: inline;
}
FIELDSET LEGEND
{
	display: none;
}
FIELDSET LABEL
{
	width: 70px;
	display: block;
	float: left;
}
UL#recipesList, UL#recipesList LI
{
	padding-left: 7px;
	margin: 0px;
}
UL#ingredients, UL#ingredients LI
{
	margin: 0px;
	padding: 0px;
}
UL#ingredients LI
{
	width: 45%;
	float: left;
}
UL#ingredients LI.alt
{
	float: right;
}
IMG.recipeImage
{
	float: left;
	margin: 5px;
}
H2
{
	clear: left;
}
.recipeRating
{
	width: 50px;
	height: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}
.recipeRating SPAN
{
	display: none;
}
.rating1
{
	background-image: url(/images/icons/1.gif);
}
.rating3
{
	background-image: url(/images/icons/3.gif);
}
.rating5
{
	background-image: url(/images/icons/5.gif);
}
