/* CSS Document */


body {
	background:black url(/sf2/src/images/sf2_redeembg.jpg) center top no-repeat;
	margin:0px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height:20px;
	}

#page_wrap {
	padding-top: 205px;
	max-width: 1080px;
	margin: auto;
	}

#redeem_cont {
	background: rgba(0,0,0,0.8);
	width: 100%;
	padding:10px;
	}

#rdm_box {
	width:95%;	
	border:white solid thin;
	margin:auto;
	padding:20px;
	}



.rdm_txt {
	background:url(/sf2/src/images/img_item_redeem.png);
	width:363px;
	height:21px;
	margin:auto;
	}

.formbox {
	width:370px;
	margin:auto;
	text-align:center;
	border:solid white thin;
	padding:30px;
	}

.formbox h3 {
	text-align: left;
	margin: -10px 0 10px 5px;
	border-bottom: solid thin gray;
	padding-bottom: 10px;
	color:#fff799;
	}

.formbox input {
	width:350px;
	margin:5px;
	padding:10px;
	}

.formbox placeholder {
	color:green;
	}

.formbox button {
	width: 300px;
	margin: auto;
	background: rgba(0,0,0, 0.8);
	color: #8fcd3e;
	font-size: 15px;
	padding: 10px;
	text-transform: uppercase;
	border: gray solid thin;
	margin-top: 10px;
	cursor:pointer;
	font-weight:bold;
	}

.formbox button:hover {
	background: #8fcd3e;
	color: black;
	}

.btnplayid {
	width: 277px;
	margin: auto;
	background: #8fcd3e;
	color: black;
	font-size: 15px;
	padding: 10px;
	border: gray solid thin;
	margin-top: 10px;
	cursor:pointer;
	font-weight:bold;
	font-style:italic;
	}

.playidhead {}

.playidsub {
	font-size:11px;
	display: block;
	margin-top: -4px;
	}

.btnplayid:hover {
	background: #5A8422;
	}

.btnplayid a {
	color:black;
	text-decoration:none;
	}
	
.steptxt {
	color:#fff799;
	font-weight:bold;
	}
