﻿body
{
	background-color: #fff;
	padding: 10px;
}

#recipe-popup-head
{
	width: 468px;
	overflow: auto;
	padding: 1px;
}

#recipe-popup-logo
{
	float: left;
}

#recipe-popup-close
{
	float: right;
	text-align: right;
}
#recipe-popup-close a
{
	font: normal 9px Tahoma, sans-serif;
	color: #333;
	letter-spacing: .2em;
	text-decoration: none;
}
#recipe-popup-close div
{
	padding-bottom: 10px;
}

#recipe-popup-content
{
	padding: 0px 15px;
}
