#cForm input,
#cForm textarea {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#cForm textarea {
  resize: vertical;
}
#cForm label {
  text-align: center;
  margin: 10px 0 5px 0;
  font-weight: normal;
}
input[type="email"],
input[type="text"],
textarea,
select {
  border: 1px solid #eee;
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
  background-color: #eee;
  color: #000;
}
input[type="text"]:active,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: #eee;
}
