#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 table {
  width: 75%;                        
}

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

#community #registerform table {
  width: 75%;
  margin: 0 auto;
  background: #eee;
  border: 0;
  padding: 10px;
}

#community #registerform table th { 
  text-align: right;
}

#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 {
  text-align: center;
  padding-top: 10px;
}