<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
	<title>eMuseum</title>
	<link rel="stylesheet" href="../txtStyle.css" type="text/css"/>
</head>


<body onload="document.getElementById('userid').focus();">
<?xml version="1.0" encoding="UTF-8"?>
<!--css inline as very specific to cosmetic banner only and main css file should remain clean-->
<div style="width:100%; background-color:#DBE04E;border:0px;">
	<img style="width:1007px;height:75px;" src="../images/new title bar 8.jpg" alt="Southwark" />
	<div style="height:3px;margin:0px;padding:0px;background-color:black;"><!--something--></div>
</div>
	<div id="mainbody">
		<h1>Welcome to my Collection</h1>
		<div id="logind">
			<form action="login.asp?lgaction=login" method="post" id="logForm">
				<fieldset id="loginbox">
					<legend><h1>Logon to <em>m</em>y Collection</h1></legend>
					<div><label accesskey="u" class="logon" for="userid">Username</label><input class="login" tabindex="1" type="text" name="userid" id="userid" value=""/></div>
					<div><label accesskey="p" class="logon" for="password">Password</label><input class="login" tabindex="2" type="password" name="password" id="password"/><br/></div>
					<div class="submitbutsl">
						<a href="eMuseum.asp?page=home"><input tabindex="3" accesskey="c" class="embutton" type="button" name="cancel" value="Cancel" onclick="window.document.location.href='eMuseum.asp?page=home'"/></a>
						<input tabindex="4" accesskey="l" class="embutton" type="submit" name="Login" value="Logon"/>
					</div>
				</fieldset>
				<div><a tabindex="5" accesskey="s" href="newuser.asp?lang=EN">
				Sign up for an eMuseum account</a></div>
			</form>
		</div>
		
	</div>
</body>
</html>

