.signupform {
  max-width: 460px;
  padding: 30px 0;
  background-repeat: no-repeat;
  position: relative;
  display: inline;
  visibility: visible;
  background-color: #ffffff;
}

.signupform > p {
  float: left;
  margin-right: 10px;
  max-width: 240px;
}

.pum-content.popmake-content {
  background: #fff none repeat scroll 0 0;
  border: 3px dashed red;
  padding: 30px;
}

.pum-content.popmake-content {
  font-size: 24px;
  margin-bottom: 0;
}

.signupform .wpcf7-form-control.wpcf7-submit {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid !important;
}

.signupform .wpcf7-form-control.wpcf7-submit {
  background: #77AA05 none repeat scroll 0 0 !important;
  color: white;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border: medium none;
  color: green;
  display: block !important;
}