/****** MAIN FORM STYLE *******/
#text_change_password{ width:500px; }
#changePasswordForm{  }
#text_required { }

/******  NAME/EMAIL DISPLAY STYLE  ******/
#container_name_email{ width:500px; }
#text_first_name{  }
#text_email{  }
#text_not_user{  }

/******  OLD PASSWORD STYLE  ******/
#container_password{ width:500px; }
#text_password{  }
#input_container_password{  }
#input_password{  }

/******  NEW PASSWORD STYLE  ******/
#container_newPassword{ width:500px; }
#text_newPassword{  }
#input_container_newpassword{  }
#input_newPassword{  }

/******  CONFIRM NEW PASSWORD STYLE  ******/
#container_passwordCheck{ width:500px; }
#text_passwordCheck{  }
#input_container_passwordCheck{  }
#input_passwordCheck{  }

/****** SUBMIT STYLE   ******/
#container_submit{text-align:center;}
#div_submit{text-align:center;}

/****** SUCCESS TEXT MESSAGE STYLE *******/
#container_success_text{  }
#text_success{}
#text_success_continue{}

/****** ERROR TEXT MESSAGE STYLE *******/
#error_text_container{  }
#childerror_text {  }
#password_error{  }
#new_password_error{  }
#password_check_error{  }

.title,.text,.submit{text-align:center;width:770px;}
#change_password_standard_text{font-weight:bold;}
#text_first_name,#text_email{font-weight:bold;}
strong{font-weight:normal;}
#text_not_user{margin-top:10px;}