@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#d_ingredients {
	width:200px;
	float:right;
	border:1px solid #555;
	padding:4px;
	cursor:pointer;
}
.ingredients {
	border:1px solid #888;
	padding:2px;
	margin:2px;
	width:100px;
}
#c_ingredients {
	min-height:60px;
	width:400px;
	padding:4px;
	border:1px solid #666;
}
#c_ingredients #ingredient_list {
	
}
.ingredients_active {
	background-color:#FFFFCC;
}
#ingredient_list .ingredients {
	width:100px;
	float:left;
}
.delete {
	color:#F33;
	width:100%;
	height:20px;
	text-align:right;
	cursor:pointer;
	float:left;
	padding-right:3px;
}
#title, #description, #servings {
	width:400px;
}