.ssp.error {
  margin: 5px 0 15px;
  background-color: #FFEBE8;
  border-color: #CC0000;
  padding: 0 0.6em;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
}

.ssp.updated {
  margin: 5px 0 15px;
  background-color: #FFFFE0;
  border-color: #E6DB55;
  padding: 0 0.6em;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
}
.ssp.updated p, .ssp.error p {
  margin: 3px;
}

.ssp-form .input {
  margin: 5px;
}

.ssp-form div.input label {
  display: block; color: #333;
}

.ssp-form div.input label.ssp-label-check-box {
  display: inline-block;
}

.ssp-form div.input input[type=text],
.ssp-form div.input textarea {
  display: block; width: 99%;
}

.ssp-form .input.invalid input,
.ssp-form .input.invalid textarea {
  border-color: red;
}

.ssp-form .input span.hint {
  display: block; font-size: 80%; color: #888;
}

.ssp-form .input span.error-message {
  display: block; font-size: 80%; color: red;
}

#ssp-input .ssp-form .input {
  display: inline-block;
}

.archive .type-helpwanted {
  margin: 14px 5px; padding: 3px; border: solid #ccc 1px;
}

.type-helpwanted label {
  display: inline-block; width: 5em;
  font-weight: bold;
}

.type-helpwanted .field-job-title {
  display: inline-block; width: 48%;
}

.type-helpwanted .field-close-date {
  display: inline-block; width: 48%;
}

.type-helpwanted .field-work-location {
  display: block;
}

.type-helpwanted .field-work-contents {
  display: block;
}

.type-helpwanted .field-more-link {
  display: inline-block; margin-left: 5em;
}
.type-helpwanted .field-label {
  vertical-align: top;
}
.type-helpwanted .field-value {
  display: inline-block;
}

.type-helpwanted .ssp-form label {
  width: auto; font-weight: normal;
}

.single dl.helpwanted-info {
  margin: 3px;
}
dl.helpwanted-info dt {
  margin: 0; border-bottom: solid #ccc 1px;
}
dl.helpwanted-info dd {
  margin: 0 0 1em 1em;
}
#helpwanted-archive-content {
  margin: 0; padding: 0; border: none;
}
#helpwanted-archive-suffix {
  margin: 0; padding: 0; border: none;
}

/* wpcf7 */
form.wpcf7-readonly-form textarea,
form.wpcf7-readonly-form input[type=text],
form.wpcf7-readonlyx-form select {
  background-color: white;
  border-radius: 0 0 0 0;
  border: solid #888 1px;
}
form.wpcf7-form .confirmation-message {
  display:none;
  border: 2px solid #398f14;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
form.wpcf7-form .sent-message {
  display: none;
}
form.wpcf7-form.sent .form-body {
  display: none;
}
form.wpcf7-form.sent .sent-message {
  display: block;
}