<html>
<head>
<title>Blue Sky Admin</title>
  <link href="../_css/login.css" rel="stylesheet" type="text/css" />
  <link href="../_css/messages.css" rel="stylesheet" type="text/css" />

</head>
<body onLoad="document.myFormName.admin_login_ID.focus()">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td> &nbsp;
	<p align="center" class="error">Sorry, but could not validate your Login ID and Password. Please try again.</p>
	
<p align="center" class="header"><IMG src="images/bluesky.gif" alt="Blue Sky" width="160" height="72"></p>
      <form name="myFormName" method="post" action="frames.cfm">
        <table width="400" border="0" cellspacing="0" cellpadding="5" align="center">
          <tr> 
            <td> 
              <div align="right"><b class="normal_bold">Login ID : </b></div>
            </td>
            <td> 
              <input type="text" class="formelement_normal"  name="admin_login_ID" size="30">
            </td>
          </tr>
          <tr> 
            <td> 
              <div align="right"><b class="normal_bold">Password : </b></div>
            </td>
            <td> 
              <input type="password" name="admin_password" size="30" class="formelement_normal" >
            </td>
          </tr>
          <tr> 
            <td> 
              <div align="right"> 
                <input name="Submit" type="submit" class="navigation" value="Log In">
              </div>
            </td>
            <td>&nbsp;</td>
          </tr>
        </table>
  
      </form>

    </td>
  </tr>
</table>

</body>
</html>
