﻿body
{
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.counter {
	text-align: center; 
	background-color: #000000; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 2px;
	font-size: 8pt;
	text-decoration: italic;
}

.back 
{
    background-color: #E3E4D2;
    text-align: center;
}

.orderForm 
{
    background-color: #E3E4D2;
    text-align: left;
    font-size: 10pt;
    padding: 0 0 0 5px;
    vertical-align: top;
}

.orderForm div, .orderForm h2, .orderForm table
{
    margin: 0 0 3px 0;
}

.orderFormError
{
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

ul.recipes {
	margin: 0;
	padding: 115px 0 0 8px;
    list-style-type: none;
    font-size: 8pt;
}
ul.recipes li 
{
    margin: 0;
    padding: 0;
}
ul.recipes a {
	color: #000;
	font-weight: 100;
    text-decoration: none;
}
ul.recipes a:hover {
    text-decoration: underline;
}
