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

body {
	background: black url(/images/redeem/international-thank-you.gif) no-repeat center top;
	font-family: helvetica, arial, sans-serif;
	margin: 0px;
	padding: 110px 0px;
}

a {

}

a img {
	border: none;
}

#wrapper {
	margin: 0px auto;
	overflow: hidden;
	width: 750px;
}

#content {
	background: white;
	color: black;
	float: left;
	font-size: 1em;
	height: 500px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 700px;
}

#content .squeeze {
	padding: 20px;
}

#content h1 {
	font-size: 2em;
	padding-bottom: 60px;
	text-align: center;
}

#content img {
	vertical-align: -0.8em;
}

#content input {
	background: white;
	border: 2px solid black;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 5px;
}

#content select {
	margin-bottom: 10px;
}

#content label {
	display: block;
	font-size: .6em;
	font-weight: bold;
	padding-bottom: 5px;
}

#content p {
	padding-bottom: .5em;
}

#content ol, 
#content ul 
{
	margin-left: 0px;
	padding-bottom: .5em;
	padding-left: 40px;
}

#steps {
	float: left;
	margin-top: 20px;
}

#footer {
	background: black;
	color: white;
	font-size: 14px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
	width: 700px;
}

#footer .squeeze {
	padding: 20px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer p {
	padding-bottom: .5em;
}

/* CLASSES */

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.column {
	float: left;
	width: 250px;
}

.error {
	color: red;
	font-weight: bold;
}

.flash {
	color: red;
}

.help {
	font-size: .6em;
}

.label {
	font-size: .9em;
	font-weight: bold;
}

.red {
	color: red;
}

/* INDEX */

body.redeem-index #wrapper {
	width: 700px;
}

body.redeem-index #content {
	background: white url(/images/redeem/young-girl-with-ug-card.gif) no-repeat left bottom;
}

body.redeem-index #content input {
	width: 165px;
}

#content #congrats-on-getting-an-ug {
	background: white url(/images/redeem/congrats-on-getting-an-ug.gif) no-repeat center top;
	display: block;
	height: 60px;
	text-indent: -5000px;
	width: 660px;
}

#content #redeem-form {
	float: right;
	text-align: right;
	width: 240px;
}

#content #hashed-number {
	margin: 0px;
	padding: 0px;
}

#content #copy-number {
	float: left;
	padding-top: 20px;
}

#content #come-on-in {
	border: none;
	height: 47px;
	width: 165px;
}

/* ALREADY REDEEMED */

/* INVALID CODE */

/* INVALID TURING */

/* GREETING */

body.redeem-greeting #content img {
	position: relative;
	top: +20px;
}

/* YOUR GIFT */

#content #your-gift-title {
	background: white url(/images/redeem/your-gift-title.gif) no-repeat center top;
	display: block;
	height: 60px;
	text-indent: -5000px;
	width: 660px;
}

/* ENTER CONTEST */

body.redeem-enter_contest #content {
	background: white url(/images/redeem/young-boy-mailing-letter.jpg) no-repeat left bottom;
}

body.redeem-enter_contest #content input {
	width: 200px;
}

body.redeem-enter_contest #content select {
	width: 210px;
}

#content #and-heres-your-chance-to-win {
	background: white url(/images/redeem/and-heres-your-chance-to-win.gif) no-repeat center top;
	display: block;
	height: 73px;
	padding-bottom: 40px;
	text-indent: -5000px;
	width: 660px;
}

#content #enter-form {
	float: right;
	text-align: right;
	width: 240px;
}

#content #no-thanks-button {
	position: relative;
	top: -15px;
}

#content #go {
	border: none;
	height: 38px;
	margin: 0px;
	padding: 0px;
	width: 52px;
}

/* THANK YOU */

body.redeem-thank_you #content img {
	position: relative;
	top: +15px;
}

/* CLAIM INDEX */

body.claim #content {
	font-size: .9em;
	height: 50em;
	text-align: left;
}

body.claim #content h1 {
	padding-bottom: 30px;
}

body.claim #content form {
	padding: 10px 0px;
}

body.claim #content label {
	float: left;
	font-size: .9em;
	width: 9em;
}

body.claim #content input {
	padding: 0px;
}

body.claim #content #claim-prize-button {
	background: red;
	border: none;
	padding: 5px 10px;
}

body.claim #content .column p {
	clear: both;
}

