@charset "UTF-8";
/* CSS Document */

/* ===== body, resets ====== */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}

#bg {
	position:relative;
	width: 	688px;
	height: 387px;
	margin: 5px auto;
	background-image:url(background.jpg);
}

/* ===== overlays ====== */

#card {
	position: absolute;
	width: 348px;
	height: 172px;
	background-image:url(card.png);
	top: 20px;
	left: 22px;
}

#page1_form {
	position: absolute;
	left: 395px;
	top: 13px;
	width: 274px;
	height: 125px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-color:#000;
}

#downloadarea {
	position: absolute;
	left: 340px;
	top: 15px;
	width: 325px;
	height: 336px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color:#000;
}

#downloadarea #downloadall a {
	position: absolute;
	left: 220px;
	top: 321px;
	width: 101px;
	height: 26px;
	text-decoration: none;
	overflow: hidden;
}


/* ===== form ====== */
#page1_form label {
	display: block;	
	text-transform:uppercase;
	margin-left: 5px;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}
#page1_form input {
	display: block;	
	font-size: 14px;
	color: #3497BF;
	background-color:#FFF;
	margin-left: 5px;
	line-height: 15px;
	width: 194px;
	height: 15px;
	border: none;
	padding: 5px 3px 5px 3px;
}

#page1_form input[type='hidden'] {
	display: none; /* required on firefox PC for some reason....? */
}

#page1_form label.checkbox {
	display: inline;	
	text-transform:uppercase;
	margin: 0 0 5px 5px;
	font-size: 10px;
	line-height: 15px;
	padding: 0;
}

#page1_form input[type='checkbox'] {
	text-align: left;
	display: inline;	
	color: #000;
	background-color:#FFF;
	margin-left: 5px;
	line-height: 15px;
	width: 15px;
	height: 15px;
	border: none;
	margin-bottom: 5px;
	padding: 0;
}

#page1_form label.pin {
	display: block;	
	text-transform:uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
}


#page1_form #pin {
	position: absolute;	
	left: 5px;
	top: 97px;
	width: 134px;
}

#page1_form input[type='submit'] {
	position: absolute;
	left: 153px;
	top: 97px;
	width: 82px;
	height: 31px;
	border: none;
	line-height: 15px;
	background-color: #000;
	background-image:url(submit.png);
	background-repeat:no-repeat;
	text-indent: -999px;
	overflow: hidden;
	cursor:pointer;
}



.error {
	position:absolute;
	left: 5px;
	top: 128px;
	font-size: 12px;
	color: red;
	margin-left: 5px;
}


/* ======== redemption ======= */
