h4 {
  font-size: 16px;
  background-color: black;
  color: white;
  padding: 5px;
  display: inline-block;
  font-weight: normal;
}
#form {
  margin-top: 20px;
  width: 305px;
}
.defaultText {
  width: 200px;
  margin-top: 10px;
  border: solid 1px #000;
  padding: 4px;
}
.defaultText:first-child {
  margin-top: 0px;
}
textarea {
  margin-top: 10px;
  border: solid 1px #000;
  padding: 4px;
  font-family: "Arial", sans-serif;
  font-size: 10px;
}
.defaultTextHighlited {
  color: gray;
  font-style: italic;
}
.error {
  font-size: 12px;
  font-weight: bold;
  color: red;
  display: none;
}
.privacy {
  font-size: 10px;
  width: 305px;
}
#submit {
  cursor: pointer;
}
#success {
  font-size: 14px;
  color: green;
  margin-top: 28px;
  display: none;
  height: 345px;
}
