<div class="control-group">
<label class="control-label">新密码:</label>
<div class="controls">
<input type="text"style="display: none">
<input onfocus="this.type='password'" id="password" name="password" type="text" value="" autocomplete="off" class="validate[required,maxSize[18],custom[password]]">
<span class="help-inline"><font color="red">*</font> </span>
</div>
</div>