html {
	height:100%;	
}

body {
	background: #bb0c0f;
	margin:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	height:100%;
}

div.inner-wrap {
	margin:0 auto;
	width:880px;
}

#header {
	background: #f5bb26 url(../images/bg_texture.jpg) top center no-repeat;
	color:#FFF;
	height:90px;
	text-align:right;
	padding-right:6px;
}

#content {
	background: #f5bb26 url(../images/bg_texture.jpg) no-repeat;
	background-position:center -90px;
}

#footer {
	background: #bb0c0f;
	color:#FFF;
	font-size:0.7em;
	padding:10px 20px;
}

#footer .inner-wrap {
	background: url(../images/hasbro_logo.png) no-repeat 80px 20px;
	height:30px;
	width:580px;
	padding: 30px 150px;
}

/** ************************* ***/

h2 {
	color:#cd0d10;
	font-size:3em;
	font-weight:bold;
	/*line-height:0.7em;*/
	line-height:1em;
	margin:6px 0 20px;
}

ul {
	padding:1em;
}

li {
	margin:1em;
	list-style:disc outside none;
	
}
form a,
#header a {
	color:#f5bb26;
}
strong {
	font-weight:bold;
}

#content p {
    margin:1em 0;	
}

.small {
	font-size:0.5em;
}

.super {
	left:0.1em;
	position:relative;
	top:0.2em;
	vertical-align:super;
}

#header .inner-wrap h2 {
	padding:1em 0;
	font-size:2.5em;
	text-align:center;
}

p#happyMealLink {
	position:relative;
	margin:-55px 0 0 0;
	padding-left:480px;
	text-align:left;
	font-weight:bold;
}

div#intro {
    padding:15px 20px 0 320px;
}

div#intro p {
    font-size:1em;
}

#nerfLogo {
    float:left;
	margin-left:20px;
}

form.enter-details {
	background: url(../images/bg_form.jpg) no-repeat;
	color:#FFF;
	font-size:1.1em;
	padding:50px 0 0 400px;
	margin:10px 0;
	width:500px;
	height:254px;
}

form.enter-details .row {
	padding:10px 0;
}

form.enter-details label {
	color:#f5bb26;
	font-weight:bold;
	float:left;
	width:150px;
	display:inline !important;
}

form.enter-details label.error {
	font-style:italic;
}

input {
	border :1px solid #f5bb26;
	width:220px;
}

.optin input,
.button input {
	width:auto;
}

input#enterButton {
	border :none;
	position:relative;
	top:7px;
	left:245px;
}

form.enter-details .optin {
	font-size:0.75em; 
	padding-left:150px;
}

form.enter-details .optin label {
	float:none;
	/*width:15em;*/
	font-weight:normal;
	display:inline;
}

.mandatory {
	color: 	#eeb706;
}

.error { }

#errorbox {
	font-size:0.8em;
	/* display: none; */
	 position: absolute;
	width:350px;
}

#errorbox span {
	color:#FFF;
}

form#thanks {
	height:204px;
	padding:100px 0 0 300px
}
form#thanks h2 {
	color:#f5bb26;
	font-size:2.5em;
	text-align:center;
	line-height:1em;
}
/** ************************* ***/

ul.toys-list {
	margin:0;
	padding:0;
	overflow:auto;
	padding:0 0 0 26px ;
}

ul.toys-list li {
	margin:0;
	padding:0 8px;
	list-style:none;
	float:left;
	height:313px;
	width:260px;
	font-size:0.8em;
}

ul.toys-list li p {
	font-size:1.1em;
	padding :0 20px;
}

.feedback {
	margin-top:-1.2em;
	padding-left:150px;
	font-size:0.7em;
	position:absolute;
}

.optin .feedback  {
	padding-left:0;
	font-size:0.9em;
}