body {
	background-image: url(../images/bg-wood.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}



.rlHolder {
	width: 830px;
	height: 518px;
	background-image: url(../images/rebel-legend-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.rlHolderThanks {
	width: 830px;
	height: 518px;
	background-image: url(../images/rebel-legend-bg-thanks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgHolder {

	background-image: url(../images/bg-wood.jpg);
	background-position: center top;

}
.rlHolder .rebelLegendForm {
	height: 153px;
	width: 286px;
	position: relative;
	left: 520px;
	top: 338px;
}
.rlHolderThanks .rebelLegendForm {
	display:none;
	height: 153px;
	width: 286px;
	position: relative;
	left: 520px;
	top: 308px;
}


.rebelLegendForm form {
	padding-top: 60px;
	padding-left: 8px;
}
.rebelLegendForm form input {
	background-color: #434343;
	border-top-color: #434343;
	border-right-color: #434343;
	border-bottom-color: #434343;
	border-left-color: #434343;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #e4ff00;
	margin-bottom: 23px;
}
.legendText {
	text-indent: -20000px;
	height: 30px;
	position: absolute;
}
.legendText p {
	width: 500px;
}
.rebelLegendForm form input {
}
.rebelLegendForm form .legendSubmit {
	margin-left: 200px;
	width: 60px;
	height: 20px;
	margin-top: -8px;
}

