/* Sign Up */
ul#whatYouGet {
   text-align: left;
   margin: 30px 180px 30px 220px;
   border: 0px solid black;
   font-size: 15px;
}
ul#whatYouGet li {
   margin-bottom: 12px;
   list-style: url( ../images/bulletSmall.png );
}
ol#advantages {
   text-align: left;
   margin: 30px 150px 0px 180px;
   border: 0px solid black;
   font-size: 15px;
}
ol#advantages li {
   margin-bottom: 15px;
}
ul#testimonials {
   text-align: center;
   margin: 30px auto 70px auto;
   padding: 0;
   border: 0px solid black;
   font-size: 15px;
   width: 500px;
}
ul#testimonials li {
   margin-bottom: 30px;
   list-style: none;
}
ul#testimonials p.quote {
   margin-bottom: 5px;
   font-style: normal;
}
ul#testimonials span.name {
   font-weight: bold;
}
hr.signup {
   margin-top: 50px;
   border: 0;
   width: 60%;
   color: #aaaaaa;
   background-color: #aaaaaa;
   height: 1px;
}
img.creditCard {
   margin-left: 1px;
}

/* memberForm.php, may be useless */
div#note {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 30px;
   border: 0px solid black;
   width: 500px;
}
div#note div#left {
   float: left;
   width: 120px;
   border: 0px solid black;
   font-weight: bold;
   text-align: right;
}
div#note div#right {
   float: right;
   padding-bottom: 20px;
   border: 0px solid black;
   width: 370px;
   text-align: left;
}
div#note div#footer {
   clear: both;
   padding-top: 0px;
   font-size:  12px;
   font-weight: bold;
}
div#note p {
   margin: 0;
}

/* Steps */
img.stepsArrow {
   padding: 0px 15px 15px 15px;
}
h1.stepTitle {
   margin: 0;
   padding: 25px 0px 5px 0px;
   border: 0px solid black;
}
form .signupInput {
   width: 250px;
}
form img.creditCard2 {
   margin: 9px 2px 0px 0px;
}

