body {
	color: #333;
	font: normal normal .625em/1em Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 8px;
}
#content .box p {
	color: #fff;
}

a {
	color: #FA0F0E;
}
a.poster {
	display: block;
	text-align: center;
}

/* Headings */
h1, h2, h3 {
	font: normal normal 1em/1.2em Impact, Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

h1 {
	color: #fff;
	font-size: 3.5em;
	margin: 2px 0 0px 0;
}
h2 {
	color: #FFCF12;
	font-size: 2em;
	margin: 0px 0 8px 0;
}
h3 {
	font-size: 1.17em;
	margin-bottom: 4px;
}

/* Forms */
#content form,
#content div.box {
	background: transparent url("../images/content_box_repeat.png") repeat-y left top;
	clear: both;
	float: none;
	padding: 1px 20px;
}
#content .box_top {
	background: transparent url("../images/content_box_top.png") no-repeat left top;
	height: 22px;
	overflow: hidden;
}
#content .box_bottom {
	background: transparent url("../images/content_box_bottom.png") no-repeat left top;
	display: block;
	float: none;
	height: 22px;
	margin-bottom: 6px;
	overflow: hidden;
}
input {
	font: inherit;
}
form fieldset legend {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: -7px;
	margin-bottom: 8px;
}

form fieldset dt, form fieldset dd {
	float: left;
	padding: 0 0 6px 0;
}
form fieldset dt {
	clear: both;
	width: 150px;
}
form fieldset dd {
	width: 340px;
}
label {
	display: block;
	font-weight: bold;
	margin: 4px 0;
}
form input[type=submit] {
	background: transparent url("../images/btn_submit_back.png") no-repeat;
	border: 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0em;
	height: 32px;
	width: 134px;
}
ul.errors {
	padding: 4px;
}

ul.errors li {
	color: #FA0F0E;
}