.fns-newslettersubscription {
    background-color: #FFF;
    margin: -170px 0 0 0;
    top: -500px;
    z-index: 9999;
    width:40%;
    left: 50%;
    margin-left: -20%;
    padding-top:30px;
    padding-bottom:30px;
    border-radius:5px;
-moz-box-shadow: 0 0 25px #333333;
-webkit-box-shadow:0 0 25px #333333;
box-shadow: 0 0 25px #333333;
}

.fns-newslettersubscription img{

    max-width:100%;
height:auto;

}

.fns-newslettersubscription-header {
    background: none repeat scroll 0 0 #000000;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
}
.newspulogo {display:block;width:auto;max-width:90%;margin:20px auto;}
.fns-newslettersubscription-header a {
    color:#000;
    text-decoration: none;
}

.fns-newslettersubscription-closebutton {
    float: right;
    margin-right: 4px;
    margin-top: -6px;
    margin-right:20px;
   
    font-size:30px;
}

.newslettersubscription-block {
    text-align: center;
    margin: 5px;
}

    .newslettersubscription-block .newslettersubscription-title {
        margin: 5px;
    }

    .newslettersubscription-block .newslettersubscription-email {
        display: block;
    }

        .newslettersubscription-block .newslettersubscription-email input[type="text"] {
            width: 90%;
        }

        .newslettersubscription-block .newslettersubscription-email .newslettersubscription-button {
            width: 90%;
            padding: 0;
            height: 36px;
            border: none;
            background-color: #000;
            padding: 0 15px;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            position:relative;
            top:1px;
            clear:both;
            margin:10px 0px;
        }



    .newslettersubscription-block .newslettersubscription-validation {
        margin: 5px;
    }

    .newslettersubscription-block .newslettersubscription-message {
        margin: 5px;
    }

    .newslettersubscription-block .newslettersubscription-result {
        margin: 5px 5px 5px 20px;
        color: red;
        text-align: left;
    }

.newslettersubscription-welcome {
    text-align: center;
    margin: 5px;
}

@media all and (max-width: 600px) {
    .fns-newslettersubscription {
        width:90%;
    left: 50%;
    margin-left: -45%;
    }
}