/* Styles for the registration page */

div#reg-form {
  margin-left: 20px;
}

div.reg-message {
  font-size: 0.8em;
  margin-left: 5px;
  margin-bottom: 10px;
  color: #993333;
}

tr.field {
  height: 35px;
}

tr.hfield {
  height: 35px;
  background: #d0d0d0;
}

div.divider {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: dashed silver 1px;

}

div.reg-label {
  font-size: .9em;
  width: 250px;
  color: #669933;
}

input.reg-value {
  border: solid #777777 2px;
  width: 200px;
  background-color: #555555;
  color: #eeeeee;
}

span.name {
  color: #669933;
}

span.secretq {
  color: #993333;
}
