
#mi_contact {
  color: black !important;
}

#help {
  background-color: #f0f0f0;
  padding: 1px 3px;
 }

div#form {
  width: 70%;
  margin: 20px auto 10px;
}

label {
  font-size: 1.5em;
  font-weight: 700;
  color: #404040;
}

input, select, textarea {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #606060;
  font-size: 1.3em;
  font-weight: 600;
}

textarea {
  height: 14em;
}