<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>{title}</title>
<meta http-equiv="content-type" content="text/html; charset={meta_charset}">
<link rel="STYLESHEET" type="text/css" href="css/style.css">
</head>
<!-- <body class="bo1dyBgr" leftmargin="0" marginwidth="0" rightmargin="0" marginheight="0"> -->
<body>
<!-- <table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td bgcolor="#808080"><img src="images/s.gif" width="20" height="1"></td></tr>
<tr><td bgcolor="#FFFFFF"><img src="images/s.gif" width="20" height="1"></td></tr>
<tr bgcolor="#35528F">
<td style="padding: 10px 10px;" width="100%">
<img src="images/logo/knowledgebase_1.gif" width="280" height="27" alt="">
</td>
</tr>
</table> -->
{msg}
<tmpl:form>
<form action="{action_link}" method="post" name="" id="">
{hidden_fields}
<table border=0 width="100%" cellpadding="5" cellspacing="1">
<tr>
<td colspan="2" class="tdTitle"><b>{restore_password_msg}</b></td>
</tr>
<tr class="trlighter">
<td class="tdFormCaption" nowrap>{email_msg}: {required_sign}</td>
<td>
<input type="text" name="email" value="{email}" class="longText">
<input type="submit" name="submit" value="{ok_msg}" class="button">
</td>
</tr>
</table>
</form>
</tmpl:form>
<br />
<a href="{login_link}"><b>{login_msg}</b></a>
</body>
</html>