.register-table {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #5c7793;
  background: #9eb0c1;
}

.register-table th {
  height: 28px;
  padding: 3px 8px;
  border-top: 1px solid #d7e1eb;
  border-left: 1px solid #d7e1eb;
  background: #3d658d;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.register-table td {
  background: #f7f7f7;
}

.register-note-row td {
  height: 28px;
  padding: 4px 10px;
  background: #ffffe1;
  color: #555555;
}

.form-label {
  width: 185px;
  padding: 10px 12px 10px 6px;
  color: #333333;
  text-align: right;
  vertical-align: top;
}

.form-field {
  padding: 8px 10px;
  vertical-align: top;
}

.form-alt-row td {
  background: #edf2f6;
}

.form-field input[type="text"],
.form-field input[type="password"],
.form-field textarea,
.form-field select {
  border-top: 1px solid #404040;
  border-left: 1px solid #404040;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  font-family: "宋体", SimSun, serif;
  font-size: 12px;
}

.form-field input[type="text"],
.form-field input[type="password"] {
  height: 18px;
  padding: 1px 3px;
}

.form-field select {
  height: 22px;
}

.form-field textarea {
  width: 620px;
  padding: 3px;
  line-height: 1.5;
  resize: none;
}

.required-mark {
  color: #cc0000;
}

.field-note {
  color: #777777;
}

.birth-field select {
  min-width: 62px;
  margin-right: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.avatar-table {
  width: 520px;
  background: #b8c2cb;
}

.avatar-table td {
  width: 25%;
  height: 58px;
  padding: 4px 6px;
  background: #f7f7f7;
  text-align: center;
  vertical-align: middle;
}

.avatar-table td.selected-avatar {
  background: #ffffe1;
  outline: 1px solid #5c7793;
  outline-offset: -2px;
}

.avatar-option label {
  display: block;
  cursor: pointer;
}

.avatar-option input {
  margin-right: 8px;
  vertical-align: middle;
}

.avatar-option img {
  width: 40px;
  height: 50px;
  image-rendering: pixelated;
  vertical-align: middle;
}

.record-note-row td {
  height: 30px;
  padding: 5px 10px;
  background: #e8e8e8;
  color: #858585;
  text-align: center;
  font-size: 11px;
}

.submit-row td {
  height: 48px;
  background: #d8e2ec;
  text-align: center;
  vertical-align: middle;
}

.submit-row .old-button {
  margin: 0 4px;
}

.register-submit {
  min-width: 86px;
}

html,
body.return-page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.register-heading td {
  color: #555555;
}

.field-name {
  width: 180px;
  padding-right: 12px !important;
  background: #e7edf2 !important;
  text-align: right;
  vertical-align: top;
}

.avatar-grid {
  width: 520px;
  padding: 4px;
  border: 1px solid #9aa7b1;
  background: #ffffff;
}

.avatar-choice {
  display: inline-block;
  width: 120px;
  height: 58px;
  margin: 2px;
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
  text-align: center;
  cursor: pointer;
}

.avatar-choice.selected {
  border-color: #5c7793;
  background: #ffffe1;
}

.avatar-choice input,
.avatar-choice img {
  vertical-align: middle;
}

.avatar-choice img {
  margin: 4px 8px;
  image-rendering: pixelated;
}

.register-note {
  padding: 8px !important;
  background: #e8e8e8 !important;
  color: #858585;
  text-align: center;
  font-size: 11px;
}

.register-submit {
  height: 44px;
  background: #d8e2ec !important;
  text-align: center;
}

.submit-button {
  min-width: 86px;
}

.form-error {
  margin-top: 7px;
  padding: 6px 8px;
  border: 1px solid #b98f8f;
  background: #fff4f4;
  color: #990000;
}

body.return-page {
  min-width: 0;
  background: #ffffff;
  color: #000000;
  font-family: "宋体", SimSun, serif;
  font-size: 12px;
}

.return-center {
  width: 100%;
  height: 100%;
}

.return-center td {
  text-align: center;
  vertical-align: middle;
}

.registered-paper {
  position: fixed;
  top: 8px;
  right: 9px;
  width: 48px;
  height: 60px;
  opacity: 0.035;
  filter: alpha(opacity=4);
  image-rendering: pixelated;
}
