<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Please login | asaancart - shopping cart solution by nasirkhan</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8">
<link href="css/login.css" media="screen,projection" rel="stylesheet" type="text/css" />
{literal}
<style>
a:link, a:visited, a:hover, a:active {
color: #144282;
}
</style>
{/literal}
</head>
<body>
<div id="additional"></div>
<img src="images/irstore-login-header.jpg">
<div id="formWrapper">
<div id="formCasing">
<div id="loginForm" >
<p class="error">{$msg}</p>
<form action="login.php" method="post" name="loginForm">
<dl>
<dt><label for="username">Username</label></dt>
<dd><input type="text" name="username" id="username" value="" class="input" /></dd>
<dt><label for="password">Password</label></dt>
<dd><input type="password" name="password" id="password" value="" class="input" /></dd>
<dd><input type="hidden" name="btnSubmit" value="btnSubmit" /><input type="image" src="http://irmail.innoreative.com/img/buttons/login.gif" width="93" height="40" id="btnLogin" name="btnlogin" value="btnLogin"></dd>
</dl>
</form>
</div>
</div>
<div id="formFooter"></div>
</div>
</body>
</html>