<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="robots" content="noindex">
  <title>Unauthorized Access</title>

<style type="text/css">
<!--
body {
  background: #e5e5e5;
  font-size: 14px;
  line-height: 20px;
  font-family: Helvetica, Arial;
}

h2 {
  margin-top: 0;
}

.container {
  margin: 30px auto;
  width: 300px;
  text-align: center;
  background: #fff;
  border: 10px solid #ccc;
}

.pad {
  padding: 10px;
}

p {
  margin: 12px 0 5px 0;
  font-size: 12px;
}

input {
  border: solid 1px #ccc;
  padding: 6px;
  line-height: 16px;
  font-size: 12px;
}

span.textfield input {
  width: 90px;
}

input#submit_tag {
  background-color: #333;
  cursor: pointer;
  color: #fff
}

input#private_mode_password {
  width: 120px;
  margin-right: 15px;
}

-->
</style>
</head>
<body>
<div class="container">
  <div class="pad">
    <form name="private_mode_form" action="" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="&#x2713;" /><input type="hidden" name="authenticity_token" />


  <p>This site is password protected.</p>

  <p><span class="textfield"><input type="password" name="private_mode_password" id="private_mode_password" value="" placeholder="Enter password" /></span>

  <input type="submit" name="commit" value="Continue" id="submit_tag" data-disable-with="Continue" /></p>

</form>

  </div>
</body>
</html>
