table.coffee_list {
	border-collapse:collapse;
	margin:10px 0;
}
table.coffee_list td {
	padding:10px;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
}
table.coffee_list p {
	font-size:12px;
	line-height:normal;
	margin:0;
}
table.coffee_list form input.amount {
	border:0;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	width:67px;
	text-align:center;
}
table.coffee_list form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
table.coffee_list th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	background:#EEE;
	border:1px solid #CCC;
}
table.coffee_list td.button {
	width:100px;
	text-align:center;
}

form select {
	font-size:10px;
}
div.amount {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#060;
}

