

.widget_bkg_nb_widget .subscribe-block{
    display: block;
    margin: 0 auto 40px;
    max-width: 440px;
    overflow: hidden;
    float: none;
    padding: 18px 15px 20px;
    background: #036ea3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.widget_bkg_nb_widget .subscribe-block h2{
    color:#fff;
    height: auto;
    text-align:center;
    padding-bottom: 12px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    background: 0 0;
}

.widget_bkg_nb_widget .subscribe-box form {
    max-width: 400px;
    margin: 0 auto;
}

.widget_bkg_nb_widget .subscribe-box input[type=text] {
    width: 71.5%;
    height: 40px;
    line-height: 32px;
    padding: 0 14px;
    float: left;
    color: #7e7e7e;
    font-size: 18px;
    border: none;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #ececec;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;  
}

.widget_bkg_nb_widget .subscribe-box input[type=submit] {
    width: 28.5%;
    height: 40px;
    line-height: 42px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #063654;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;  
}
.widget_bkg_nb_widget .subscribe-box input[type=submit] { text-decoration:none; }
