#statistics {
	padding: 10px;
	border: 2px dotted #FDD637;
	margin-bottom: 15px;
	font-size: 10px;
	background-color: #F0F0F0;
	margin: 10px;
}

#blurb {
	margin: 10px;
}

#ingredients {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #FDD637;
}

#directions {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #FDD637;
}

#recipe_list {
	list-style-image: url('/2008/images/newsstand_arrow.gif');
	color: #000000;
	width: 600px;
}

#recipe_list li {
	padding-bottom: 6px;
}

#recipe_list li a {
	color: #000000;
}

#recipe_locator_small {
	padding: 5px;
	background-color: #99CA3C;
	width: 250px;
	float: right;
}

#recipe_locator_small form {
	border: 1px solid;
	background-color: #99CA3C;
	border: 2px dotted #FFFFFF;
	padding: 10px;
}

#recipe_locator_small h3 {
	margin-bottom: 7px;
}

#recipe_locator_small form input[type=text]{
	width: 140px;
	font-size: 11px;
}

#recipe_locator_small form input[type=submit] {
	width: 60px;
	font-size: 11px;
	text-transform: capitalize;
}
































