﻿.fns-newslettersubscription {
    background-color: rgba(255,255,255,.9);
    border: 3px solid #000000;
    margin: -170px 0 0 0;
    top: -500px;
    max-width: 600px;
    z-index: 9999;
    width: 100%;
    left: 50%;
    margin-left: -300px;
}

.fns-newslettersubscription-header {
    background: none repeat scroll 0 0 #000000;
    color: white;
    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: grey;
    text-decoration: none;
}

.fns-newslettersubscription-closebutton {
    float: right;
    margin-right: 4px;
    margin-top: -6px;
}

.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: 200px;
        }

        .newslettersubscription-block .newslettersubscription-email .newslettersubscription-button {
            width: 120px;
            padding: 0;
            height: 30px;
            border: none;
            background-color: #000000;
            padding: 0 15px;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            border-radius:5px;
        }



    .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 {
        max-width: 320px;
        margin-left: -160px;
    }
}