body {  
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;  
}

#wrapper{
	margin-bottom: 20px;
}

a.backBrochure {
  	color: #00B7FF;  	
}

label.description{
	color: white;
}

.margin-bottom-20{
	margin-bottom: 20px;
}

.margin-top-20{
	margin-top: 20px;
}

.mainImage{
  	background: url("Images/vars1.jpg");
  	background-repeat: no-repeat;
	margin-left: 30px;

}

#selection1{
	background-color: #0370C2; 
	padding: 15px;
}

#selection2{
	background-color: #006634;
	padding: 15px;
}

#selection3{
	background-color: #660032; 
	padding: 15px;
}

.selectedValues{
	font-size: 20px;
    color: white;
}

.newsletter, .database, .schedule {
	border-left: 1px solid black;
}

.newsletter button{
	float: left;	
}

.newsletter label input, .database label input{
	margin-right: 10px;
}

#selection1, #selection3, #selection2, .formNewsletter{
	display: none;
}

.or_tag{
	position: absolute;
    top: 165px;
    font-weight: bold;
    right: 425px;
}

label.description{
	color: grey;
}

.newsletterDynamic, .databaseDynamic{
	margin-top: 20px;
}

.margin-left-30 {
	margin-left: 30px;
	font-size: 20px;
}