#smsv_background_layer {
    position: fixed;
    z-index: 9998;
    background: url(../images/newssubscribers/esns_dark2.png);
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    display: none;
    text-align: center;
    top: 0;
    left: 0
}

#smsv_box_layer {
    z-index: 9999;
    background-color: transparent;
    width: 475px;
    height: auto;
    overflow: hidden;
    top: 100px;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-left: -230px;
    display: block;
    margin-top: 0 !important
}

.sign-img-head {
    background-color: #fff
}

.sign-back {
    width: 100%;
    padding: 10px 10px 10px 23px;
    background-color: #fff
}

.sign-close {
    background-image: url(../images/newssubscribers/x3.png);
    background-repeat: no-repeat;
    background-size: 23px 46px;
    width: 25px;
    margin-left: -8px;
    height: 25px;
    background-position: 0 3px
}

.sign-close:hover {
    background-image: url(../images/newssubscribers/x3.png);
    background-repeat: no-repeat;
    background-size: 23px 46px;
    width: 25px;
    margin-left: -8px;
    height: 25px;
    background-position: 0 -22px
}

.smsv_box_title_grey {
    color: #7E7E7E;
    text-align: left;
    padding-left: 20px;
    font-size: 1.25em;
    background-color: #fff
}

.smsv_box_title_red {
    color: #ba1515;
    text-align: left;
    font-size: 25px;
    padding-left: 20px;
    background-color: #fff
}

.box_layer_container {
    background-color: rgba(103, 103, 103, .5);
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    background-image: url(../images/newssubscribers/sub_back.png);
    padding: 10px 10px 20px;
    background-position: 0 40px;
    background-repeat: no-repeat;
    background-size: 475px 400px
}

.sign-head {
    margin-top: -5px;
    width: 100%
}

.smsv_box_close {
    width: 5%;
    float: right;
    margin-top: 5px;
    display: inline
}

.smsv_box_close span {
    margin-bottom: -67px;
    margin-right: -10px;
    position: absolute;
    display: block;
    cursor: pointer
}

.smsv_fields {
    width: 100%;
    float: left;
    background-color: #fff
}

.smsv_buttons {
    width: 100%;
    float: left;
    margin-top: 20px
}

.smsv_buttons .divbtn {
    width: 205px;
    background-color: #0c50b6;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    float: left;
    margin-right: 6px
}

.smsv_actions {
    clear: both;
    padding: 10px 0 25px;
    background: #fff
}

.smsv_actions .sbmt {
    width: 100%
}

.smsv_actions a {
    text-shadow: 0 -1px 0 rgba(152, 117, 1, .45);
    font-size: 25px;
    text-decoration: none;
    background: #333;
    background: -webkit-linear-gradient(#f9c600, #edaa00);
    background: -moz-linear-gradient(#f9c6001, #edaa00);
    background: -o-linear-gradient(#f9c600, #edaa00);
    background: -ms-linear-gradient(#f9c600, #edaa00);
    background: linear-gradient(#f9c600, #edaa00);
    border: none !important;
    color: #3B3B3B;
    padding: 10px 140px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .35), 0 0 0 rgba(0, 0, 0, .18), inset 0 -3px 0 rgba(0, 0, 0, .35), inset 0 14px 14px rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .35), 0 0 0 rgba(0, 0, 0, .18), inset 0 -3px 0 rgba(0, 0, 0, .35), inset 0 14px 14px rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .35), 0 0 0 rgba(0, 0, 0, .18), inset 0 -3px 0 rgba(0, 0, 0, .35), inset 0 14px 14px rgba(255, 255, 255, .1);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, .35), 0 0 0 rgba(0, 0, 0, .18), inset 0 -3px 0 rgba(0, 0, 0, .35), inset 0 14px 14px rgba(255, 255, 255, .1);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, .35), 0 0 0 rgba(0, 0, 0, .18), inset 0 -3px 0 rgba(0, 0, 0, .35), inset 0 14px 14px rgba(255, 255, 255, .1);
    transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out
}

.smsv_actions a:hover {
    color: #333 !important;
    background: #333;
    background: -webkit-linear-gradient(#edaa00, #f9c600);
    background: -moz-linear-gradient(#edaa00, #f9c600);
    background: -o-linear-gradient(#edaa00, #f9c600);
    background: -ms-linear-gradient(#edaa00, #f9c600);
    background: linear-gradient(#edaa00, #f9c600)
}

.smsv_actions a:active {
    color: #333 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important
}

.smsv_actions .sbmt {
    cursor: pointer
}

.results {
    width: 100%;
    float: left;
    background-color: #fff
}

.hresult {
    height: 15px
}

.results .error {
    display: block;
    color: #0355FF;
    font-weight: 700
}

.results .success {
    display: block;
    color: #20670E;
    font-weight: 700
}

.lbl-ui.subrp .validation-failed {
    border: 1px solid #0C59FF !important
}

.subrp {
    display: inline-block;
    width: 95%;
    margin: 7px 0
}

.subrp .subscrbb {
    width: 78%;
    padding: 0 13px 0 45px;
    font-size: 20px;
    color: #ACACAC;
    text-align: center
}

.subscrbb {
    height: 50px;
    color: #333;
    padding: 0 10px;
    border: 1px solid;
    border-color: #C8C8C8;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5 url(../images/newssubscribers/mail_sign.png);
    background-position: 7px 13px;
    background-repeat: no-repeat
}

#sms-resend-btn {
    text-decoration: underline;
}