
<html>
<head>

<link rel="shortcut icon" href="/static/img/favicon.ico" />
<title>MailChannels - Customer Control Panel - Login</title>

<script type="text/javascript">
function checkLoggedOut( pageContent ) {
    if ( pageContent.indexOf('Login</title>') != -1 ) {
        window.location.replace("/");
        return true;
    }
    return false;
}
</script>

<script type="text/javascript">base_url = '/';</script>

<link type="text/css" rel="stylesheet" media="all" href="/static/css/mc_main.css"/>

<script type="text/javascript" src="/static/js/jquery-1.7.1.min.js"></script>

<script type="text/javascript" src="/static/js/jquery-ui-1.8.9.custom.min.js"></script>
<link href="/static/css/custom-theme/jquery-ui-1.8.9.custom.css" rel="stylesheet" type="text/css"/>




<link rel="stylesheet" href="/static/css/login.css" type="text/css"/>
</head>


<body>
<div style="box-shadow: 0 0 30px #888; height: 90px; z-index: 100; position: fixed; width: 100%; top: 0; background: white;">
	<div id="mainlogo">
		<a href=/><img src="/static/img/mailchannels-console-logo.png"
			border="0" width="259" height="30"></a>
	</div>
	
	<div class="maintoolbar">
	<div class="main-nav">
   </div>
	</div>
    <hr class="trim" />


    <div id="top-status-area">
        <span style="border-left: none;">3.1.17</span>
            </div>  
</div>

<div style="height: 90px;"></div>

	<div id="gradientWrap">
		<div id="globalwrapdiv">
			<div class="contentdiv">
<div id="loginpagecontents">


<div class="loginform">
        <p>Log in to your account</p>
    <br />
    
    <form method="post" autocomplete="off" action=/j_spring_security_check>
        <table>
            <tr>
                <td>Username</td>
                <td><input type="text" name="j_username" size="40" value="" autofocus="autofocus" autocorrect="off" autocapitalize="off"/></td>
            </tr>
            <tr>
                <td>Password</td>
                <td><input type="password" name="j_password" size="40" /></td>
            </tr>
            <tr>
                <td>&nbsp;</td>
                <td><input type="submit" name="submit" value="Log In" /></td>
            </tr>
        </table>
    </form>
</div>
</div>
</div>
		</div>
	</div>

	<div class="footer">
    Copyright &copy; 2004-2012 MailChannels Corporation.  All rights reserved.
</div>

</body>

</html>
