.what_i_ate {
	margin:20px 0;
}

.what_i_ate_search_form {
	border:2px solid #FFFFFF;
	margin:10px;
	padding:8px;
	font-size:12pt;
}
.what_i_ate_search_form .textinput {
	border:2px solid #999999;
	font-size:12pt;
	width:300px;
	padding:0 3px;
}
.what_i_ate_search_form .select {
	border:2px solid #999999;
	font-size:12pt;
}
.what_i_ate_search_form .submitbutton {
	font-size:12pt;
	border-top:2px solid #F0F0F0;
	border-left:2px solid #F0F0F0;
	border-bottom:2px solid #666666;
	border-right:2px solid #666666;
	cursor:pointer;
}

.what_i_ate .error {
	text-align:center;
	padding:10px;
	font-size:14pt;
	margin:4px 0 8px 0;
}

.what_i_ate .dish_table {
	margin:0 12px;
}
.what_i_ate .dish_table td {
	padding:4px 4px 8px 4px;
	border-bottom:2px solid #80B080;
}
.what_i_ate .dish_table .dish_name {
	margin:0 0 0 10px;
}
.what_i_ate .dish_table .dish_image {
	border: 2px solid #000000;
	padding:2px;margin:0 0 0 10px;
	width:225px;
}
.what_i_ate .dish_table .dish_link {
	color:#000000;
	text-decoration:none;
}
.what_i_ate .dish_table .dish_link:hover {
	color:#006000;
	text-decoration:underline;
}

.what_i_ate_edit_form {
	border:1px solid #E0E0E0;
	margin:4px;
	padding:4px;
	font-size:8pt;
}
.what_i_ate_edit_form .textinput {
	border:1px solid #000000;
	font-size:8pt;
	width:225px;
	padding:1px 2px;
	margin: 0 0 1px 0;
}
.what_i_ate_edit_form .select {
	border:1px solid #000000;
	font-size:8pt;
	padding:0 0;
	width:231px;
	margin: 0 0 1px 0;
}
.what_i_ate_edit_form .submit {
	border:1px solid #000000;
	font-size:8pt;
	padding:0 50px;
	margin: 1px 0 1px 0;
	background-color:#000000;
	color:#C0C0C0;
	cursor:pointer;
	border:1px solid #000000;
}
.what_i_ate_edit_form .submit:hover {
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.what_i_ate .recommendation {
	font-size:7pt;
	font-weight:bold;
	margin:1px 0px 2px 0px;
	padding:1px 10px 1px 10px;
	width:150px;
	text-align:center;
	background-color:#000000;
}