.pressthis form > input {
  background: #333 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 14px;
  padding: 7px 10px;
  text-transform: uppercase;
  width: 23%;
}
.dk_input > input {
  width: 70%;
}
.dk_input > span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 16px;
  margin-top: 10px;
  width: 20%;
}
.dk_input > input.error {
  border-color: red;
}