body {
  background: #fbfbfb url(/images/bg.gif) repeat-x;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #333333;
  margin: 0px;
  min-height: 500px; }

a, a:visited, a:active {
  color: #0033cc;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  border: none; }

#main {
  width: 425px;
  margin: auto; }
  #main #box {
    background: url(/images/login-background-top.png) no-repeat top center;
    color: #333333;
    margin: 5em auto 0px;
    padding-top: 20px; }
    #main #box form, #main #box .inside {
      padding: 20px 50px 10px 50px; }
      #main #box form .input, #main #box .inside .input {
        font-size: 1.8em;
        margin-top: 3px;
        width: 96%; }
      #main #box form .submit, #main #box .inside .submit {
        text-align: center; }
      #main #box form h2, #main #box .inside h2 {
        text-align: center;
        margin-bottom: 40px; }
      #main #box form input, #main #box .inside input {
        padding: 4px; }
    #main #box p {
      font-size: 1em; }
    #main #box .center {
      text-align: center; }
  #main #main_bottom {
    height: 20px;
    background: url(/images/login-background-bottom.png) no-repeat bottom center; }
  #main .error {
    background-color: #ffcccc;
    border: 1px solid #ff6666;
    padding: 8px;
    text-align: center; }
  #main .notice {
    background-color: #ccccff;
    border: 1px solid #6666ff;
    padding: 8px;
    text-align: center; }
