#paycontent{
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 4px #333;
  -webkit-box-shadow: 0 0 4px #333;
  -moz-box-shadow: 0 0 4px #333;
  padding: 0px;
  background-color: #ffffff;
  position: relative;
}

.block-header {
  padding: 0 40px 0;
  overflow: hidden;
  background: #eee;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.block-header .description {
  margin-top: 10px;
}
.block-header h2 {
  font-weight: normal;
}
.block-header h2.primary {
  font-size: 28px;
  line-height: 30px;
  word-wrap: break-word;
}
.block-header h2.em {
  font-size: 19px;
  font-style: italic;
  line-height: 49px;
}
.name{
  font-size: 18px !important;
  height: 35px !important;
  width: 100%;
}

.payments-holder{
  /*border: 1px solid #888;*/
  /*box-shadow: 3px 3px 5px #000;*/
  padding:4px;
  margin-bottom: 20px;
  /*margin-top: 20px;*/
}

.address{
  margin-top: 10px;
}


#subscription_price{
  text-decoration: line-through;
}

.ribbon{
  background: linear-gradient(135deg, #43ade0 0%, #3291d5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 27px;
  font-weight: bolder;
  text-shadow: 1px 1px 1px #333;
  margin: 10px 0;
  padding: 15px;
}

button.pay {
    -moz-user-select: none;
    background: -moz-linear-gradient(center top , #fecd00, #ce7b00) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #767674;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.698) inset, 0 2px 3px rgba(0, 0, 0, 0.27);
    color: #302106;
    cursor: default;
    font-size: 15px;
    font-weight: 700;
    height: 46px;
    max-width: 600px;
    outline: medium none;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
}
.large {
    font-size: 19px !important;
}

label.error{
  color: red;
  font-weight: normal;
}

