fieldset {
  margin-top: 16px;
  padding: 12px;
  border: none;
  margin-right: 64px;
  margin-left: 64px;
  background-color: #ddd;
  border-radius: 8px;
}
fieldset label {
  float: left;
  width: 147px;
  margin-right: 8px;
  padding-top: 6px;
  text-align: right;
  font-size: 0.8em;
}
fieldset legend {
  color: #000;
  font-family: "Lobster", serif;
  font-size: 20px;
  line-height: 20px;
}
fieldset input {
  width: 500px;
  border-radius: 5px;
  border-style: inset;
  padding: 3px;
}
fieldset textarea {
  width: 500px;
  border-radius: 5px;
  border-style: inset;
  padding: 3px;
}
fieldset .clearleft {
  clear: left;
}

