body {
	margin: 0; 
	background-color: #FFF;
	height: 100%;
	width: 100%;
}
a { cursor: pointer; }

div { outline: 0px dotted #00F; }

#CONTAINER {
	position: relative;
	height: 500px;
	width: 750px;
	overflow: hidden;
}

#HeaderStripe {
	position:absolute; 
	top:5px; 
	left: 0px;
	height: 60px; 
	width:100%; 
	background-color:#B5384F;
}

#TitleImage {
	position:absolute;
	left: 50px;
}
#HeaderTitle {
	position:absolute;
	right:0px;
}

#Progress {
	position: absolute;
	top: 75px;
	padding-left: 60px;
	z-index: 5;
	font-family: Arial, sans-serif;
}
#Progress .ProgressStep {
	padding:16px 0;
	color: #CCC;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
}

#Runner {
	position:absolute;
	left: 0px;
	top: 65px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	z-index: 0;
}
h1, h2, h3, h4 {
	color: #B5384F;
}

#Footer {
	position: absolute;
	bottom: 0px;
	height: 30px;
	width:750px;
	z-index: 1;
}
#FooterStripe {
	position: absolute; 
	bottom: 0px;
	height: 20px;
	width: 600px;
	background-color: #E1E1E1;
}
#FooterRunner {
	position: absolute;
	left: 600px;
	bottom:0px;
	z-index: 2;
}

#TheForm {
	position: absolute; 
	top:75px; 
	width:750px; 
	height:400px; 
	overflow: visible;	
}

.FormContainer {
	position:absolute; 
	top:0px; 
	left: 150%; 
	width:300px;
	height: 400px;

	overflow: visible;

	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666666;

}
.FormContainer a {
	color: #B5384F;
	text-decoration:none;
}
.FormContainer a:hover {
	color: #F0AB33;
}

.FormNavigation {
	position:absolute; 
	bottom:0px;
	text-transform: uppercase;
}
.FormNavigation .next {
	position:absolute; 
	left: 10px;
	bottom:0px;
	width:300px;
	text-align:left;
	font-size:12pt;
	font-weight:bold;
}
.FormNavigation .back {
	position:absolute; 
	right: 10px;
	bottom:0px;
	width:300px; 
	text-align:right;
	font-size:10pt;
}

.Confirmation div {

}
.Confirmation span {
	font-weight: bold;
}

.input {
	font-family: Arial, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 9pt;
}
.description {
	padding: 0 20px;
}

ul.termsList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.termsList li {
	margin: 0;
	padding: 6pt 0;
}

.error {
	background-color: #B5384F;
	color: #FFF;
	font-weight:bold;
}

.red {
	color:#B5384F;
}
.bold {
	font-weight: bold;
}
.size12pt {
	font-size: 12pt;
}
.size14pt {
	font-size: 14pt;
}
