/****** MAIN FORM STYLE *******/
/*#text_change_password,#container_name_email,#container_password,#container_newPassword,#container_passwordCheck{border:solid 1px red;width:500px;}*/
#changePasswordForm{  }
#text_required { }

/******  NAME/EMAIL DISPLAY STYLE  ******/
#text_first_name{  }
#text_email{  }
#text_not_user{  }

/******  OLD PASSWORD STYLE  ******/
#text_password{  }
#input_container_password{  }
#input_password{  }

/******  NEW PASSWORD STYLE  ******/
#text_newPassword{  }
#input_container_newpassword{  }
#input_newPassword{  }

/******  CONFIRM NEW PASSWORD STYLE  ******/
#text_passwordCheck{  }
#input_container_passwordCheck{  }
#input_passwordCheck{  }

/****** SUBMIT STYLE   ******/
#container_submit{text-align:right;}
#div_submit{text-align:right;}
.submit{text-align:right;}

/****** 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{  }

.text{text-align:right;}
#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;}

#container_name_email{text-align:center;}