
<html>
<head>
<title>SSL VPN Service</title>

<link href="portal.css" rel="stylesheet" type="text/css">
<link href="logon_custom.css" rel="stylesheet" type="text/css">
<style>
     .auth-page-title {color:#800000;font-size:larger;font-weight:bold;background-image:url('img/gradient.gif');}
.auth-page-form-title {background-color:#666666;color:#ffffff;}
</style>

</head>


<body style="background-color:#ffffff; overflow:auto;">
<table style="width:100%"  cellspacing=0 cellpadding=0>

<tr>
<td class="auth-page-title" style="height:40px; padding: 8px">
<img src="img/cisco_logo.gif"  align="absmiddle" alt="Logo"  title="Logo">
&nbsp;&nbsp;SSL VPN Service
</td>
</tr>
<tr><td><hr></td></tr>
<tr>
<tr style="height:40px">
<td align="right" colspan="2">

</td>
</tr>
<td id=form_panel align=middle>
<div style="margin-top:1px;">
<form id="unicorn_form"
      method="POST"
      action="index">

<table style="color:#000000; background-color:#ffffff;border:1px solid #858A91; width:350px" id=form_table cellspacing=0 cellpadding=0 border=0>

<tr>
    <td colspan=2 id="logon" align="middle" valign="top">
      <table style="color:#ffffff; ;background-color:#666666;; border-bottom: 1px solid #858A91; width:100%" id="form_title" cellspacing=0  border="0">
    <tr height=20>
    <td id="form_title_text" colspan=2  align="middle" nowrap>
      Login
    </td>
    </tr>
    </table>
    </td>
</tr>

<tr>
<td colspan=2 align=middle><div id="logon_message_text" style="margin-right:15px;margin-left:15px;margin-top:15px; margin-bottom:5px">Please enter your username and password.</div></td>  </tr> 
<tr><td colspan=2 align=middle>
<div  style="margin-left:20;margin-right:20;">
<table border=0 style="color:#000000; background-color:#ffffff;" >
<tr><td colspan=2 style="margin-left:40">&nbsp;</td></tr>

    <tr height=20>
    <td nowrap id="username_field">
    USERNAME:
    </td>
    <td>
    <input id="username" name="username"   style="border:1px solid gray; " value="">
    </td>
    </tr>

    <tr>
    <td nowrap id="password_field">
    PASSWORD:
    </td>
    <td>
    <input autocomplete="off" id="password_input" name="password"  style="border:1px solid gray;" type=password>
    </td>
    </tr>


<tr height=40>
<td colspan=2 align="middle">
<input type="submit" name="Login" value="Login" />
</td>
</tr>

</table>
</td></tr></table>
</div>
</form>

</td>

</tr>

</table>


<div style="top:0px;left:0px;position:absolute; visibility:hidden; width: 500; background-color: #ffffff; border: 1px solid #000000" id=dap_message>
<table cellspacing=0 width=100%>
<tr>
<td height=40 style="margin:10px; background-color: #dbdbdb;">
<div style="margin:10px;">
<br>Your system administrator provided the following information to help understand and remedy the security conditions: 
</div>
</td>
</tr>
<tr>
<td height=40>
<div style="margin:10px">

</div>
</td>
</tr>
<tr>
<td align=right height=40 style="border-top: 1px dotted #aaaaaa;">
<a href="javascript:hideDapMessage()">Close</a>&nbsp;&nbsp;
</td>
</tr>
</table>
</div>



</body>
</HTML>
