
body {
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;

}

#mainContainer {
	position: relative;
	background-color: #FFF;
 	align: center;
  	width: 895px ;
  	margin-left: auto ;
  	margin-right: auto ;
}
#blueMenu{
	width: 895px;
	height: 41px;
	background: #06406e;
}
#howDoesThisWork{
	float:right;
	margin-right: 15px;
}

.membersShowroomImageClass{ 
	float:right;
	position:absolute; 
	top: 125px;
	right:0px
	}
	
#customerContact {
	color: #06406e;
	width: 415px;
	float: right;
	margin-right: 12px;
	position: relative;
	top: -250px;
 	border: 2px solid #06406e;
 	padding:15px 15px 15px 15px;
 	-moz-border-radius: 1em 1em 1em 1em;
	 border-radius: 1em 1em 1em 1em; 
}
.button {
	 color: #FFFFFF;
    background-color: #06406e; 
    padding: 8px 8px;
    font: 15px sans-serif;
    text-decoration: none;
    border: 1px solid #000;
    border-color: #aaa #444 #444 #aaa;
}
#submitButton{
	float: right;
	position: relative;
	top: -140px;
	left: 350px;	
}
#finishedButton{
	float: right;
	position: relative;
	top: -140px;
	left: 250px;	
}
#imageTitle {
	color: #06406e;
	width: 415px;
	float: left;
	position: relative;
	top: -250px;
}

form label {
  text-align: left;
  display: inline-block;
  width: 100px;
  font-weight: bold;
}

#benefitsBox{
	position: relative;
	top: 320px;
	 border: 2px solid #06406e;
 	padding:15px 15px 15px 15px;

	background-image: linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 100%, rgb(255,255,255) 23%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 100%, rgb(255,255,255) 23%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 100%, rgb(255,255,255) 23%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 100%, rgb(255,255,255) 23%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 100%, rgb(255,255,255) 23%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.31, rgb(240,240,240)),
		color-stop(1, rgb(255,255,255)),
		color-stop(0.23, rgb(255,255,255))
	);
}

#footer-logo {
	position: relative;
	top: 320px;
 	padding:15px 15px 15px 15px;
}
#footer-logo img {
 float: right;	
}

#footerText{
	position: relative;
	top: 320px;
 	padding:15px 15px 15px 15px;

}