DIV.inscription FORM {
  margin-top: 2em;
}

DIV.inscription DIV.formrow {
  margin-top: .9em;
}
DIV.inscription DIV.formrow DIV {
  display: table-cell;
  vertical-align: middle;
}
DIV.inscription DIV.formrow DIV.label {
  width: 11em;
  font-weight: bold;
}
DIV.inscription DIV.formrow INPUT {
  width: 20em;
}
DIV.inscription DIV.formrow.buttons {
  margin-top: 2em;
}
DIV.inscription DIV.formrow.buttons DIV {
  width: 6.5em;
}
DIV.inscription DIV.formrow.buttons INPUT {
  width: 6em;
}

DIV#page-content P.inscription-ok {
  font-weight: bold;
  color: #080;
}
DIV#page-content P.inscription-error {
  font-weight: bold;
  color: #F00;
}

