<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{version}</title>
{metainfo}
<style type="text/css">
body { background:white url({theme_path}/images/authback.png) repeat-x; }
#loginbox, #cookie_warning {
-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.4);
-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.4);
box-shadow:2px 2px 8px rgba(0,0,0,0.4);
}
#loginbox { width:384px;background:#bcccff url({theme_path}/images/login_teaser.png) 0px 0px no-repeat; }
#cookie_warning { width:374px;padding:8px;}
</style>
</head>
<body class="{bidi-direction}">
<div class="sendmenubut" id="loginbox">
<a href="http://phlymail.com" style="display:block;width:384px;height:84px;"> </a>
<div style="text-align:center;vertical-align:top;margin-bottom:12px;">
{phlymail_content}
</div>
</div><!-- START sessioncookie_on -->
<div id="cookie_warning">
<img src="{theme_path}/images/raw_cookie.png" id="cookie" alt="" />
{msg_cookie_warning}
</div><!-- END sessioncookie_on -->
</body>
</html>