#voucher .folder {
  width: 630px;
}

#voucher .folder h3 {
  width: 630px;
  color: #3AA8B7;
  border-bottom: 1px solid #ebc6b8;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
}

#voucher .folder h3 span {
  width: 25px;
  height: 25px;
  background: #b1dbd8;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}

#voucher .folder .folder-content {
  width: 100%;
  border-bottom: 1px solid #ebc6b8;
  padding-bottom: 10px;
}

#voucher .folder .folder-content div.form-element {
  padding: 3px 0;
}

#voucher .folder .folder-content div.form-element input.text {
  border: 1px solid #a8acad;
  background: #fff url(../media/form/text-bg.png) repeat-x;
  width: 150px;
}

#voucher .folder .folder-content .label {
  width: 170px;
  display: inline-block;
  color: #3aa8b7;
  font-size: 14px;
}

#voucher .folder .folder-content span.label_text {
  width: 410px;
  display: inline-block;
  color: #000;
  font-size: 10px;
}

#voucher .folder .folder-content .payment-text {
  vertical-align: top;
  margin: 5px 0;
}

#voucher .folder .folder-content .payment-text span,
#voucher .folder .folder-content .payment-text label {
  float: left;
}

#voucher .folder .folder-content .padding {
  padding: 15px;
}

#voucher .folder .design-holder {
  float: left;
  width: 199px;
  margin: 5px;
  text-align: center;
}

#voucher .folder .design-holder label {
  cursor: pointer;
}

#voucher .folder .button_next {
  margin-top: 20px;
}

#voucher .folder .close {
  display: none;
}

.noshow {
  display: none;
}


/* num-bg b1dbd8 */
/* headline-color 3ba9b8 */
/* line-color ebc6b8 */



