html, body {
  margin: 0;
  padding: 0;
  background: #0f0a07;
  font: 12px Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  color: #837d7a;
  text-align: center;
}
table {
  font: 12px Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  color: #837d7a;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #8dabb9;
}
a:hover {
  text-decoration: underline;
}

#page {
  position: relative;
  text-align: left;
  width: 720px;
  margin: 0 auto;
}
body.register #page {
  width: 429px;
  min-height: 600px;
  _height: 600px;
}

form input.text {
  padding: 0;
  width: 100%;
}
form label {
  color: #9fc2d3;
}
form table {
  margin-bottom: 5px;
}

form .errors {
  font-size: 9px;
  line-height: 1em;
  color: #fff;
  margin: -10px 10px 10px;
}

