<p align="center">Add Account</p>
<form name="acc_add" method="post" action="../process/acc_add.php">
<table width="100%" border="1">
<tr>
<td height="27" width="21%">Account ID</td>
<td height="27" width="79%">Automaticaly Assigned</td>
</tr>
<tr>
<td width="21%">Account Type</td>
<td width="79%">
<input type="text" name="acc_type" size="60">
</td>
</tr>
<tr>
<td width="21%">Account Quota</td>
<td width="79%">
<input type="text" name="acc_quota" size="60">
</td>
</tr>
<tr>
<td width="21%">Account Processes</td>
<td width="79%">
<input type="text" name="acc_process" size="60">
</td>
</tr>
<tr>
<td width="21%">Account Server (BOX)</td>
<td width="79%">
<input type="text" name="acc_machine" size="60">
</td>
</tr>
</table>
<table width="100%" border="1">
<tr>
<td width="21%">Login Name</td>
<td width="79%">
<input type="text" name="acc_login" size="60">
</td>
</tr>
</table>
<div align="center">
<table width="100%" border="1">
<tr>
<td width="21%">Customer Id</td>
<td width="79%">
<input type="text" name="cust_id" size="60">
</td>
</tr>
</table>
<br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="reset" value="Reset">
</div>
</form>
<p> </p>