<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Pinchin Environmental</title>
<style type="text/css">
html {
  background: white;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 76%;
  width: 30em;
  margin: 5em auto;
  border: 1px #BBB solid;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 1em;
  background: #EEE;
  color: black;
}

#login p, #reset p {
  font-weight: bold;
}

#password, #mail {
  padding: 1em;
  text-align: center;
}

.error {
  color: red;
}

.status {
  color: #3a3;
}

h1 {
  margin-top: 0;
  text-align: center;
}

form p {
  text-align: right;
}

input {
  width: 12em;
}
</style>
</head>
<body>
  
  <h1>Login</h1>
  <div id="login"><p>Enter your username and password:</p></div>
  <form action="/blog/fbfeed" method="post">
    <p><label>Username: <input type="text" maxlength="55" class="form-text" name="edit[name]" id="edit-name" value=""></label></p>
    <p><label>Password: <input type="password" class="form-password" maxlength="24" name="edit[pass]" id="edit-pass" value=""></label></p>
    <p><input type="hidden" name="securesite_login_form" value="1"><input type="submit" class="form-submit" name="op" value="Login"></p>
  </form>

  <hr>

  
  <h1>Password Reset</h1>
  <div id="reset"><p>Enter your username or e-mail address:</p></div>
  
  <form action="/blog/fbfeed" method="post">
    <p><label>Username: <input type="text" maxlength="55" class="form-text" name="edit[name]" id="edit-name" value=""></label></p>
    <p><label>E-mail address: <input type="text" maxlength="64" class="form-text" name="edit[mail]" id="edit-mail" value=""></label></p>
    <p><input type="hidden" name="securesite_request_form" value="1"><input type="submit" class="form-submit" name="op" value="Reset password"></p>
  </form>

</body>
</html>
