.tx_form {
  clear: both;
  float: left;
  width: 90px;
  *padding-top: 2px;
  margin-bottom: 10px;
}
.form_form {
  float: left;
  margin-bottom: 10px;
}
.form_form input {
  border: 1px solid #4e4e4e;
  width: 180px;
}
.bt {
  border: 0;
  background: #4e4e4e;
  color: #fff;
  text-align: center;
}
.bt_ok {
  float: left;
  border: 0;
  background: #4e4e4e;
  color: #fff;
  *margin-top: 1px;
  width: 20px;
  text-align: center;
}
.form_form input.input_actif {
  border: 1px solid #3a5caa;
  background: #95d7ff;
  width: 180px;
}
.password_lost {
  clear: both;
  margin-left: 95px;
}
label {
  cursor: pointer;
  margin-left: 2px;
}
.label-intitule {
  width: 120px;
  float: left;
}
.input {
  border: 1px solid #b9b9b9;
  width: 190px;
  height: 16px;
  padding-left: 3px;
  padding-top: 2px;
}
.textarea-message {
  width: 450px;
  height: 100px;
}