<html>
<head>
	<title>Recovery Login Details</title>
</head>
<body>
	<div align="center">
		<table width="80%" height="200px">
			<tr>
				<td colspan="2" style="height:50px;background-color:#2c2c2c;color:white;padding-left:20px;padding-top:10px" >
					<h1>Market Kounimap</h1>
				</td>				
			</tr>
			<tr height="200px">
				<td width="100px"></td>
				<td>
					<P>Login details recovery on <?php echo $pada; ?>.</P>
					<p>User ID : <?php echo $name; ?><br>Password : <B><?php echo $password; ?></B></p>
					<p><i><?php echo $attention; ?></i></p>				
				</td>
			</tr>
			<tr>
				<td colspan="2">
					<hr>
					Contact idea@kounimap.com for assistant.
				</td>				
			</tr>			
		</table>
	</div>
	
</body>
</html>