<table width="95%" class="border" border="0" cellspacing="0" cellpadding="0" align="right"> <tr> <td> <table width="100%" border="0" cellspacing="1" cellpadding="2"> <tr> <td class="titlerow"> <font class="titletext"> Change Password </font> </td> </tr> <tr> <td class="row"> <form name="signup" method="post" action="<tag:self />"> <input type="hidden" name="a" value="change_pw_process"> <font class="text">Enter New Password: </font><input type="password" name="cpw[password]"> <br /> <font class="text">Password again: </font><input type="password" name="cpw[password2]"> <br /> <font class="text"><b>Note</b>: You will have to login again once your password has been changed.</font> </td> </tr> <tr> <td class="row"> <div align="center"> <input type="submit" value="Change"> </div> </form> </td> </tr> </table> </td> </tr> </table>