#community {/* 
  width: 600px;*/
  margin: 10px auto;
  padding: 10px;/*
  border: solid 1px #ccc;*/
}

#community .reason { 
  text-align: center;
  font-size: 110%;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.25em;
  font-weight: bold;
}

#community .instructions { 
  text-align: justify;
  margin-bottom: 15px;
}

#community #registerform #register_form { background: #eee; border: 1px solid #ddd; padding: 10px; width: 440px; }

#community #registerform table {  }

#community #registerform .registertitle { 
  font-size: 110%;
  color: #129;
  width: 75%;/*
  margin: 0 auto;*/
}

#community #registerform table {
  width: 440px;/*
  margin: 0 auto;*/
  background: #eee;
}

#community #registerform table th { font-weight: bold; padding-right: 10px; }

#community #registerform table .registerdesc {
  padding-bottom: 10px;
}
#community #registerform table .error {
  padding-top: 10px;
  padding-bottom: 5px;

  color: red;
  font-weight: bold;
  text-align: justify;
}
#community #registerform table .registerforgotlink {
  font-size: small;
  color: #333;
}
#community #registerform table .registerbutton { padding-top: 10px; }
