/* basic style */

body,
textarea {
	background-color:white;
	font-family: "MS Trebuchet", sans-serif;
	font-size:11pt;
}

h3 {
	margin-bottom:4px;
}

th {
	text-align:left;
}

td, th {
	padding-right:1em;
}


.image {
	float:left;
	margin:0 20px 20px 0;
	padding:5px;
	border:1px solid black;
}

.clear {
	clear:both;
}

/* form elements */

#name,
#ingredients,
#new_ingredients,
#image {
	width: 200px;
}

#recipe {
	width: 400px;
}

