#master_container{
	width:635px;
	margin: 0px auto;
}

/****** MAIN FORM STYLE *******/
#text_change_password{position:relative; top:78px;width:500px; padding-bottom:10px; }
#changePasswordForm{ }
#text_required { font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:10px;}

/******  NAME/EMAIL DISPLAY STYLE  ******/
#container_name_email {position: relative; top:-26px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:12px; padding:10px; text-align:left;position:relative;left:0px;width:550px;
	border:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#000000;
	padding-bottom:10px;
}
#text_first_name{  }
#text_email{  }
#text_not_user{  }

/******  OLD PASSWORD STYLE  ******/
#container_password{padding-top:10px; 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{  }
#div_submit{  }

/****** SUCCESS TEXT MESSAGE STYLE *******/
#container_success_text{ width:500px; }
#text_success{}
#text_success_continue{}

/****** ERROR TEXT MESSAGE STYLE *******/
#error_text_container{ width:500px; }
#childerror_text {  }
#password_error{  }
#new_password_error{  }
#password_check_error{  }

