<!-- authenticaiton template -->
<form action="{$URL}" method="post" class="auth-form" id="auth">
<fieldset>
<legend>Authentication <a href="javascript:popUp('help/help.html','800','800')" title="Need help?"><img src="{$template}/images/icons/icon-info.png" alt="{$TITLE} Help"></a></legend>
{$ERROR}
<div>
<input type="text" name="username" title="Enter username" style="width: 30%" value="Enter username..." onclick="this.value=''" onblur="if(this.value==''){this.value='Enter username...'}" /><span class="copywrite">*</span>
</div>
<div>
<input type="password" name="password" title="Enter password" style="width: 30%" /><span class="copywrite">*</span>
</div>
<div>
<input type="submit" name="authenticate" title="Click to login..." value="Authenticate" id="authenticate" />
<a href="account.php" class="copywrite" title="Forgot credentials?">Forgot credentials?</a>
</div>
</fieldset>
</form>
<!-- end authenticaiton template -->