#epay_paymentcollection {
	width: 100% !important;
}
#epay_paymentinfo .total label,
#epay_paymentcollection label {
  color: #333 !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
#epay_paymentinfo .total .ui-li-aside span {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: bold !important
}
#epay_testmode_message,
#epay_paymentfooter {
	display: none;
}
#epay_paymentcards_form label {
	width: auto;
	white-space: nowrap;
	font-weight: normal !important;
}
#epay_paymentcards_form li {
	margin-top: 15px !important;
}
#epay_paymentinfo .ui-li-aside span {
	font-size: 14px;
}
/*
 * Hide default ePay payment info
 * ==============================
 *
 * By default the payment window includes an informative message when we
 * authorize zero amount (ie. create a subscription only). However, this messes
 * up the layout and we communicate the same information ourselves, so we want
 * to hide this default message.
 *
 * Since we never charge an actual amount but only 1 EUR for card registration,
 * we can also hide this amount. We have it in our own UI anyway.
 */
#epay_paymentinfo {
  display: none;
}

/* input fields */
#epay_paymentcollection ul input {
  border: 1px solid #cccccc !important;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  height: 20px !important;
  line-height: 20px !important;
  padding: 8px 10px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

#epay_paymentcollection .epay_cardno_input,
#epay_paymentcollection .epay_expmonth_input,
#epay_paymentcollection .epay_expyear_input,
#epay_paymentcollection .epay_cvc_input {
  background: none !important;
}
#epay_paymentcollection .epay_cardno_input {
  width: 178px !important;
}
#epay_paymentcollection .epay_expmonth_input,
#epay_paymentcollection .epay_expyear_input,
#epay_paymentcollection .epay_cvc_input {
  width: 64px !important;
}

#epay_paymentcollection #ctl00_MainContent_WindowUC1_ctl00_ctl00_cardnumber_li label {
	position: absolute;
	top: 0;
	left: 53px;
}

#epay_paymentcollection .epay_cardno_input {
	position: absolute;
  top: 28px;
	left: 53px;
}

#epay_paymentcollection #ctl00_MainContent_WindowUC1_ctl00_ctl00_exp_li label {
	position: absolute;
	top: 65px;
	left: 53px;
}

#epay_paymentcollection .epay_expmonth_input {
	position: absolute;
  top: 94px;
	left: 53px;
}

#epay_paymentcollection #epay_exp_seperator {
	position: absolute;
	top: 95px;
	left: 133px;
}

#epay_paymentcollection .epay_expyear_input {
	position: absolute;
	top: 94px;
	left: 158px;
}

#epay_paymentcollection #ctl00_MainContent_WindowUC1_ctl00_ctl00_cvc_li label {
	position: absolute;
	top: 129px;
	left: 53px;
}

#epay_paymentcollection .epay_cvc_input {
	position: absolute;
	top: 155px;
	left: 53px;
}

#epay_paymentcollection #epay_cvc_help {
	position: absolute;
	top: 156px;
	left: 133px;
}

#epay_paymentcollection .epay_payment_button_light {
	position: absolute;
	top: 196px;
	width: 305px;
}

#epay_paymentcollection input.invalid {
  border-color: #b64a4a !important;
}
#epay_paymentcollection input.valid {
  border-color: #4a8749 !important;
}

/* submit btn */
.epay_payment_button_light {
  color: #fff !important;
	cursor: pointer;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	display: block;
	font-size: 17.5px;
	font-weight: 600 !important;
  height: 44px !important;
  line-height: 20px;
  padding-bottom: 11px;
  padding-top: 11px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 10px 0 0 0 !important;
  background-color: #5cb85c;
  *background-color: #5cb85c;
  border: none;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.epay_payment_button_light:hover,
.epay_payment_button_light:focus,
.epay_payment_button_light:active,
.epay_payment_button_light.active,
.epay_payment_button_light.disabled,
.epay_payment_button_light[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.epay_payment_button_light:active,
.epay_payment_button_light.active {
  background-color: #408140 \9;
}
