.formLeft {
  width: 300px;
  line-height: 1cm;
  float: left;
}

.formRight {
  float: left;
}
.clear {
  clear: both;
}
.star {
  color: red;
  margin-left: 0.5em;
}

.form_container input {
  background: #f6f6f6;
}

.formDesc {
  display: inline;
}


