
.wrapper_new_popup{width:318px; margin:0 auto; background:#f7ecd0}

@font-face {
    font-family: 'bebasfont';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.svg#bebasfont') format('svg'),
         url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.title1_newsl{ font-family: 'bebasfont'; color:#823d1c; font-size:34px; text-align:center; text-transform:uppercase; line-height: 1; }
.btm_bar{background:url(images/bottom_bar.jpg) no-repeat; height:74px; width:100%; text-align:center}

.email_inpt{text-align:center; }
.email_inpt input{padding:6px 10px; border:1px solid #acacac; margin:10px 0}
.radio_fild{text-align:center; margin-bottom:12px}

.title2_newsl{font-size:18px; text-align:center}
.brdr_btm{border-bottom:solid #823d1c 2px; padding:12px 0}

.list_newsl{color:#000000; padding:12px}
.error_news2, #msg{font-weight:bold; padding:5px; text-align:center; color:#ff0000; }
.last_page_txt{font-size:16px; text-align:center;  padding:15px 35px}
.title3_newsl{ font-family: 'bebasfont'; color:#823d1c; font-size:55px; text-align:center; text-transform:uppercase; line-height:1; margin-top:12px}



    .myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #155312;
        -webkit-box-shadow:inset 0px 1px 0px 0px #155312;
        box-shadow:inset 0px 1px 0px 0px #155312;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28a024), color-stop(1, #165913));
        background:-moz-linear-gradient(top, #28a024 5%, #165913 100%);
        background:-webkit-linear-gradient(top, #28a024 5%, #165913 100%);
        background:-o-linear-gradient(top, #28a024 5%, #165913 100%);
        background:-ms-linear-gradient(top, #28a024 5%, #165913 100%);
        background:linear-gradient(to bottom, #28a024 5%, #165913 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a024', endColorstr='#165913',GradientType=0);
        
        background-color:#28a024;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #53b650;
        
        display:inline-block;
        color:#ffffff;
        font-family:'bebasfont';
        font-size:24px;
        padding:6px 56px 9px 56px;
        text-decoration:none;
        margin-top:14px
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #165913), color-stop(1, #28a024));
        background:-moz-linear-gradient(top, #165913 5%, #28a024 100%);
        background:-webkit-linear-gradient(top, #165913 5%, #28a024 100%);
        background:-o-linear-gradient(top, #165913 5%, #28a024 100%);
        background:-ms-linear-gradient(top, #165913 5%, #28a024 100%);
        background:linear-gradient(to bottom, #165913 5%, #28a024 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#165913', endColorstr='#28a024',GradientType=0);
        
        background-color:#165913;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
