<div style="margin:auto;text-align:left;width:500px;"> <form method="POST" action="%URL%users/password"> Old Password<br /> <input type="PASSWORD" name="opw" style="width:350px" /> <hr width="50%" style="margin-top:10px;margin-bottom:10px;"> New Password<br /> <input type="PASSWORD" name="pw1" style="width:350px" /><br /> Confirm Password<br /> <input type="PASSWORD" name="pw2" style="width:350px" /><br /> <input type="SUBMIT" value="Change Password" name="cpassword" style="margin-top:10px;" /> </form> </div>