/* Account related styles */
/*  Reset password  */

#sp-result {
  text-align: left;
  margin-top: 20px;
  width: 100%;
}

#sp-error {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#sp-formDiv {
  margin: 20px 0px;
}

#sp-helpBox {
  width: 20%;
  margin-top: -5px;
  margin-right: 15%;
  font-size: 90%;
  float: right;
}

/* Forgot password  */
#fp-progress {
}

#fp-result {
  text-align: left;
  margin-top: 20px;
}

#fp-errorResult {
  margin: 5px 0px 10px 100px;
}

/* Account Cancel */

#mc-cancelFormDiv {
  margin-top: 40px;
  margin-bottom: 35px;
  width: 80%;
  margin-left: 10%;
  
}

#mc-cancelSubmit {
  font-size: 125%;
}


/* Contact Style */

#contactForm, #contactProgress {
  margin-top: 20px;
  margin-left: 30px;
}


#contactResult {
  margin-top: 20px;
}

#contactError {
  margin-top: 20px;
  margin-left: 75px;
}

#contactProgress {
 margin-top: 100px;
 height: 200px;
}

#contactForm {
  margin-bottom: 20px;
}

#contactDiv {
  padding-top: 5px;
}


