#ButtonSubmit {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: #e5aa1e;
    color: #fff !important;
    font-size: 19px;
    font-weight: bold;
    height: 1em;
    width: 100%;
    border-radius: .278em;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    letter-spacing: .2em;
    border: none;
    margin: 0;
    border-radius: 0 0 5px 5px;
    height: 25px;
}

.mts-content {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 9;
    font-size: 1.2em;
    line-height: 130%;
}
@media screen and (min-width: 364px) { .mts-content { top: 94px; line-height: 150%; } #ButtonSubmit { height: 30px; } }
@media screen and (min-width: 408px) { .mts-content { top: 118px;  } #ButtonSubmit { height: 33px; } }
@media screen and (min-width: 452px) { .mts-content { top: 142px;  } #ButtonSubmit { height: 36px; } }
@media screen and (min-width: 496px) { .mts-content { top: 166px;  } #ButtonSubmit { height: 39px; } }
@media screen and (min-width: 540px) { .mts-content { top: 190px;  } #ButtonSubmit { height: 42px; } }

#subscr-name,
#subscr-price,
#subscr-msisdn,
#disclaimer-details,
#submit-container label,
#template-caption {
    display: none;
}

#subscr-form {
    min-width: 260px;
    width: 50%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 15px 0px #000;
    opacity: .97;
}
.captcha-refresh strong {
    border-bottom: 1px dotted;
    color: #555;
}
.captcha-err {
    display: none;
}
#captcha-container img {
    vertical-align: middle;
}

#SubsNameTop, #SubsPriceBottom {
    display: inline;
}