#community
{ 
  margin: 10px auto;
  padding: 10px;
  border: solid 1px #ccc;
}

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

#community #loginform table {
  width: 75%;                        
}

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

#community #loginform table {
  width: 75%;
  margin: 0 auto;
  background: #eee;
  border: solid 1px #aaa;             
  padding: 10px;
}

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

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

  color: red;
  font-weight: bold;
  text-align: center;
}
#community #loginform table .loginforgotlink {
  font-size: small;
}
#community #loginform table .loginbutton {
  text-align: center;
  padding-top: 10px;
}