#overlay-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    margin: 0;
    z-index: 91;
    display: none;
    left: 0;
    top: 0px;
    background: rgba(0,0,0,0.7);
}

.subscribe-box {
    font-size: 14px;
    padding: 0px 0px 0px 40px;
    background-image: url('../files/banner1.png');
    background-repeat: no-repeat;
    width: 840px;
    height: 350px;
}
#subscribe-overlay-box {
    display: none;    
    border: 0px solid #8d8b8e;
    line-height: 1 !important;
    background: #FFF;
    position: absolute;
    z-index: 92;
    top: 120px;
    left: 50%;
    margin-left: -450px;
}

    #subscribe-overlay-box .inner h3 {
        font-size: 20pt;
        color: red;
        font-weight: 400;
        letter-spacing: 1px;
        
    }
    #subscribe-overlay-box .inner h4 {
        font-size: 12pt;
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 1px;
    }
    .label-group {
        position:absolute;
        margin-top: 250px;
        margin-bottom: 15px;
        margin-left: 340px;        
        text-align:center;
        width:450px;
    }
.close-subscribe-overlay-box {
    position: fixed;
    top: 15px;
    right: 15px;
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-image: url('../files/close-wf.png');   
    z-index: 200;
}