body {
  margin: 0;
  padding: 0;
  background-image: url(/images/top.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #3366cc;
  color: black; }


* {
  margin: 0;
  padding: 0; }

#page {
  width: 800px;
  margin: 49px auto;
  min-height: 100%;
  border: 1px solid #6699ff;
  background-color: white; }

#error {
  margin: 5px auto;
  padding: 2px;
  width: 350px;
  border: 1px solid darkred;
  background-color: pink; }

#notice {
  margin: 5px auto;
  padding: 2px;
  width: 350px;
  border: 1px solid darkgreen;
  background-color: lightgreen; }

#header {
  font-family: Helvetica, Arial, Georgia, Sans-Serif;
  background-color: #001133;
  color: white;
  margin: 0;
  padding: 0;
  height: 100px;
  position: relative; }
  #header h1 {
    position: absolute;
    top: 1em;
    left: 1.8em; }
  #header h2 {
    font-size: 0.9em;
    font-weight: normal;
    position: absolute;
    bottom: 1.3em;
    left: 6em; }

#footer {
  background-color: #001133;
  color: #3366cc;
  height: 3em;
  position: relative; }
  #footer p {
    padding-top: 1em;
    text-align: center; }

form h3 {
  padding-left: 4em; }
form ul {
  list-style-type: none; }
  form ul li label {
    width: 100px;
    display: inline-block; }
  form ul li div {
    display: inline-block; }

input {
  padding: 1px;
  margin: 2px; }
  input.text {
    width: 20em; }

textarea {
  padding: 1px;
  margin: 2px; }
  textarea.big {
    width: 45em;
    height: 20em; }
  textarea.small {
    width: 20em;
    height: 4em; }

#content {
  background-color: white;
  padding: 0.3em;
  padding-bottom: 2em; }
  #content h1 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.3em; }
  #content h2 {
    font-size: 1.3em;
    margin-bottom: 0.3em; }
  #content p {
    margin-bottom: 0.5em; }

#login {
  width: 350px;
  margin: 100px auto;
  padding: 0;
  border: 1px solid #c60; }
  #login h1 {
    font-size: 23px;
    font-weight: normal;
    background-image: url(/images/header_bg.png);
    background-repeat: repeat-x;
    height: 25px; }
  #login ul {
    padding: 0 3px; }
  #login p {
    margin-top: 3em;
    text-align: center; }
  #login input.wide {
    width: 225px; }

#register {
  width: 450px;
  margin: 0 auto;
  border: 1px solid #c60; }
  #register h1 {
    font-size: 23px;
    font-weight: normal;
    background-image: url(/images/header_bg.png);
    background-repeat: repeat-x;
    height: 25px; }
  #register h3 {
    margin-top: 0.5em;
    text-align: center;
    padding-left: 0; }
  #register ul {
    padding: 0 5px 5px; }
