*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

span.numerator
{
	font-size: 0.8em;
	line-height: 0.8em;
	vertical-align: 0.3em;
}

span.denominator
{
	font-size: 0.8em;
	line-height: 0.8em;
	vertical-align: -0.1em;
}

body
{
	color: #000;
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
}

div.box
{
	position: absolute;
	display: none;
}

div.box div.top
{
	width: 700px;
	height: 8px;
	background-image: url( "../img/top.png" );
	background-repeat: no-repeat;
}

div.box div.middle
{
	width: 610px;
	padding: 0px 45px;
	background-image: url( "../img/middle.png" );
	background-repeat: repeat-y;
}

div.box div.bottom
{
	width: 700px;
	height: 9px;
	margin-bottom: 20px;
	background-image: url( "../img/bottom.png" );
	background-repeat: no-repeat;
}

div.box div.middle p
{
	padding: 1em 0px 0px;
}

div.box div.middle p#firstLine
{
	padding: 2em 0px 0px;
}

div.box div.middle p#firstLine:first-letter
{
	font-size: 2em;
}

div.box div.middle div.image
{
	padding: 20px 0 10px;
	text-align: center;
}

div.box div.middle div.image img
{
	width: 400px;
	height: 300px;
	border: 1px solid black;
}

div.box div.middle div.title
{
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

div.box div.middle div.ingredient
{
	margin: 5px;
}

div.box div.middle div.ingredientLeft
{
	float: left;
	width: 250px;
	text-align: right;
}

div.box div.middle div.ingredientRight
{
	padding-left: 255px;
}

div.box div.middle div.separator
{
	padding: 5px 0 0;
	text-align: left;
	text-indent: 235px;
	font-style: oblique;
}

div.box div.middle div.instruction
{
	margin: 5px;
}

div.box div.middle div.number
{
	float: left;
	width: 1em;
	text-align: right;
}

div.box div.middle div.text
{
	padding-left: 1.4em;
	text-align: left;
}

div.box div.middle div.ending
{
	text-align: left;
}

div.box div.middle div.first
{
	margin-top: 20px;
}

div.box div.middle div.button
{
	padding: 1.5em 0 2em;
	text-align: center;
}

div.box div.middle div.button a
{
	padding: 0.25em 0.5em;
	font-weight: bold;
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

div.box div.middle div.button a:hover
{
	color: #000;
	background-color: #CCC;
	text-decoration: none;
}

div#box_main div.thumb
{
	position: absolute;
	display: none;
	background-image: url( "../img/shadow.png" );
	width: 107px;
	height: 82px;
}

div#box_main div.thumb a
{
}

div#box_main div.thumb img
{
	width: 100px;
	height: 75px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

div#box_main div#home
{
	position: absolute;
	display: none;
	width: 100%;
	padding: 5px 0 10px 0;
}

div#box_main div#home p
{
	text-align: center;
	line-height: 16px;
}

div#box_main div#home input
{
	margin: 5px;
	padding: 2px 5px;
	font-size: 14px;
	cursor: pointer;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

div#box_main div#home input:hover
{
	background-color: #333;
	color: #FFF;
}

div#copy
{
	position: absolute;
	height: 260px;
	width: 12px;
	background-image: url( "../img/copyright.png" );
}