/**************** ORANGE ****************/
body.orange {
	background-color:#fbf7ef;
}
.orange .stage-active {
	color:#e17a03 !important;
}
.orange .panel-next {
	background-color:#e17a03 !important;
}
.orange .panel-submit {
	background-color:#e17a03 !important;
}
.orange .voucher-option h2 {
	color:#e17a03 !important;
}


/**************** GOLD ****************/
body.gold {
	background-color:#f4f1ea;
}
.gold .stage-active {
	color:#aa893d !important;
}
.gold .panel-next {
	background-color:#aa893d !important;
}
.gold .panel-submit {
	background-color:#aa893d !important;
}
.gold .voucher-option h2 {
	color:#aa893d !important;
}
.gold .back-home {
	background-color:#aa893d !important;
}


/**************** RED ****************/
body.red {
	background-color:#fcf9ef;
}
.red .stage-active {
	color:#690711 !important;
}
.red .panel-next {
	background-color:#690711 !important;
}
.red .panel-submit {
	background-color:#690711 !important;
}
.red .voucher-option h2 {
	color:#690711 !important;
}
.red .back-home {
	background-color:#690711 !important;
}


/**************** DARK BLUE ****************/
body.darkblue {
	background-color:#f9f1f1;
}
.darkblue .stage-active {
	color:#234867 !important;
}
.darkblue .panel-next {
	background-color:#234867 !important;
}
.darkblue .panel-submit {
	background-color:#234867 !important;
}
.darkblue .voucher-option h2 {
	color:#234867 !important;
}
.darkblue .back-home {
	background-color:#234867 !important;
}