.white-popup {
        position: relative;
        background: #C8E6CA;
        padding: 0;
        width: auto;
        max-width: 450px;
        margin: 20px auto;
    }
    div.newsletter-email{
    left: 40px;
    position: relative;
    max-width:280px;
    top: -100px;
    }
    
    .inputtext-email {
            display: inline-block;
            height: 20px;
            padding: 4px 6px;
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 20px;
            color: #555555;
            vertical-align: middle;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background-color: #ffffff;
            border: 1px solid #cccccc;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
            -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
            -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
            width: 200px;
        }
    
    
            .inputtext-email:focus {
                border-color: rgba(82, 168, 236, 0.8);
                outline: 0;
                outline: thin dotted \9;
                /* IE6-9 */
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        }

    .btn {
       position: relative;
       display: inline-block;
       border: 0;
        
    }

    

    .modal-header {
        padding: 9px 15px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

        .modal-header h3 {
            margin: 0;
            line-height: 30px;
        }

    .modal-body {
        position: relative;
        max-height: 400px;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
        overflow-y: auto;
        text-align: left;
       
    }