html, body
{
	margin: 0;
	padding: 0;
}


body
{
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	width: 100%;
	background-color: #3c0a01;
}

html>body
{
	font-size: 10px;
}

table { font-size: 100%; } /* ie hack */
a img { border: 0 transparent none; }

#content
{
	width: 760px;
	margin: 0 auto;
	color: white;
	padding: 10px;
}

#content p
{
	font-size: 1.3em;
	line-height: 125%;
}

h1, h2
{
	font-family: Palatino, Times New Roman, serif;
	text-align: center;
	line-height: 125%;
}

h1
{
	font-size: 3.0em;
}

h2
{
	font-size: 2.0em;
}

#content table tr td
{
}

#content p.note
{
	font-size: 1.1em;
}

table.form td.label
{
	white-space: nowrap;
	text-align: right;
}

table.form td.section
{
	padding-top: 1.5em;
}

table.form td .note
{
	font-size: 0.9em;
}


div.button-container
{
	clear: left;
	text-align: right;
}

div.giftcard-container
{
	clear: left;
	margin-bottom: 2em;
}

div.giftcard-container h3
{
	margin: 0.5em 0 0 0;
}

div.giftcard-container h3 label
{
	font-size: 1.0em;
}

div.giftcard-container label
{
	font-size: 1.4em;
}


div.giftcard-container input
{
	font-size: 1.4em;
	margin-bottom: .5em;
}

div.giftcard-container input.button
{
	font-size: 1.0em;
}

div.field-container
{
	float: left;
	display: inline;
	margin-right: 1em;
}

div.field-container label
{
	padding-right: 0.25em;
}

.hidden-button
{
	visibility: hidden;
	display: none;
}

.yui-dialog
{
	font-size: 1.4em;
}