/* 
==============================
       PASSWORD RESET
==============================
*/
#password_reset{
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -375px;
}

#password_reset p, h2{
  text-align: center;
}

#password_reset h2{
  color: #BDD700;
}

#form_pass_reset{
  width: 250px;
  margin: 0 auto 0 auto;
}

#submit_pass_reset{
  margin: 10px 0 0 3px;
}

#password_reset input, label, span{
  display: block;
  width: 250px;
}

#password_reset .fielderror{
  font-size: 10px;
  color: #AA0000;
  width: 250px;
}

#password_reset a{
  color: #BDD700;
}

/* 
==============================
       PASSWORD CHANGE
==============================
*/
#password_change{
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -375px;
}

#password_change h2{
  color: #BDD700;
}

#password_change a{
  color: #BDD700;
}

#password_change p, h2{
  text-align: center;
}

#form_pass_change{
  width: 250px;
  margin: 0 auto 0 auto;
}

#password_change input, #password_change label, #password_change span{
  display: block;
  width: 250px;
}

#password_change .fielderror{
  font-size: 10px;
  color: #AA0000;
  width: 250px;
}

#submit_pass_change{
  margin: 10px 0 0 0;
}

/* 
==============================
       E-MAIL CHANGE
==============================
*/
#email_change
{
	background-color: #BDD700;
    border-radius: 5px 5px 5px 5px;
    border-spacing: 5px;
    color: #414D00;
    width: 350px;
    margin: 160px auto;
    padding: 10px;
}


#email_change p, h2{
  text-align: center;
}

#form_mail_change{
  width: 250px;
  margin: 0 auto 0 auto;
}

#email_change input, #email_change label, #email_change span{
  display: block;
  width: 250px;
}

#email_change .fielderror{
  font-size: 10px;
  color: #AA0000;
  width: 250px;
}

#submit_mail_change{
  margin: 10px 0 0 0;
}

/*
==============================
       OTHER MINI PAGES
==============================
*/

#option_no{
  position: absolute;
  left: 180px;
  bottom: -20px;
}

#option_yes{
  position: absolute;
  left: 380px;
  bottom: -20px;
}
