#nlt_popup{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#nlt_popup .nlt_popup_content{
    width: 600px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

#nlt_popup .nlt_popup_content .nlt_close{
    text-align: right;
}
#nlt_popup .nlt_popup_content .nlt_close span{
    background-color: #EEE;
    color: #444;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
#nlt_popup .nlt_popup_content .hero{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
#nlt_popup .nlt_popup_content .form{
    font-size: 10px;
    padding: 20px;
    background-color: #444;
    color: #999;
    line-height: 120%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
#nlt_popup .nlt_popup_content img{
    display: block;
}
#nlt_popup .nlt_popup_content .form input[type="email"]{
    width: 420px;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    float: left;
    border: 1px solid #EEE;
    background-color: #EEE;
    height: 20px;
    
}
#nlt_popup .nlt_popup_content .form button{
    width: 100px;
    padding: 10px;
    font-size: 14px;
    background-color: #999;
    border: 1px solid #999;
    color: #FFF;
    float: right;
    height: 42px;
    cursor: pointer;
}
#nlt_popup .nlt_popup_content .form .row{
    overflow: hidden;
    margin-top: 10px;
}
#nlt_popup .nlt_popup_content .form input[type="checkbox"]{
    float: left;
}
#nlt_popup .nlt_popup_content .form label{
    margin-left: 30px;
    display: block;
}