label {
	min-height: 1em;
	margin-right: 1em;
	float: left;
	text-align: right;
	width: 100px;
}

form li {
	list-style-type: none;
}

input#name {
	width: 40em;
}

input.file {
	width: 40em;
}

input {
	width: 10em;
}

textarea {
	height: 20em;
	width: 60em;
}

div#menu li {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 1em;
	margin-left: 1em;
	text-align: center;
	width: 100em;
	display: inline;
}

div#menu {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	background-color: white;
	overflow: auto;
}

h2 {
	text-align: center;
}

div#main {
	padding: 5px;
	background-color: white;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #6e6e6e;
}

div#wrapper {
	min-height: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	max-width: 850px;
}

body, html {
	height: 100%;
}

table {
	padding: 3px;
	border-collapse: collapse;
	background-color: #f1f1f1;
	border-width: 1px;
	border-style: solid;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

tr {
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

tr.footer {
	border-top-color: black;
	border-top-width: 2px;
	border-top-style: solid;
	text-align: right;
}

td {
	padding: 3px;
}

div.ingredients p {
	padding: 0px;
	margin: 2px;
	font-family: monospace;
}

div.directions p {
	font-family: monospace;
	padding: 0px;
	margin: 2px;
}

div.notes p {
	padding: 0px;
	margin: 2px;
}

img.photo {
	max-width: 500px;
	max-height: 500px;
	float: left;
}

div.photo_container {
	overflow: auto;
}

div.floating_photo_container {
	float: right;
	overflow: auto;
}

div.floating_photo_container img.photo {
	max-width: 300px;
	float: right;
	clear: right;
}

div#menu ul {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

tr.note {
	text-align: left;
	font-style: italic;
	font-size: 0.8em;
}

div.login {
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
	float: right;
}

div#login_wrapper {
	padding: 0px;
	margin-top: -125px;
	margin-left: -400px;
	border-color: black;
	border-width: 5px;
	border-style: solid;
	background-color: white;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 250px;
	position: fixed;
	visibility: visible;
	display: none;
}

div.login p {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

div#login_form {
	float: left;
	margin: 10px;
	width: 380px;
}

div#registration_form {
	float: left;
	margin: 10px;
	width: 380px;
}

div.login > p > form {
	display: inline;
}

