legend {
  display: none;
}

label {
  display: block;
}

input {
  width: 600px;
  margin-bottom: 0.5em;
  background: #ccc;
  border: 0;
  padding: 3px;
  color: #666;
  font-size: inherit;
  font-family: inherit;
}

input.powermail_submit:hover {
  background: #777;
  color: #ccc;
}

input.powermail_submit {
  width: 606px;
  height: 1.7em;
  line-height: 1.7em;
  font-weight: bold;
  color: #666;
  background: #ccc;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

select {
  width: 606px;
}

textarea {
  width: 600px;
  height: 300px;
  margin-bottom: 2em;
  font-family: inherit;
  font-size: inherit;
  color: #666;
  background: #ccc;
  border: 0;
  padding: 3px;
}