.lead-overlay{
display:none;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.65);
z-index:99999;
}

.lead-box{
background:#fff;
width:420px;
max-width:92%;
padding:30px;
margin:7% auto;
border-radius:8px;
position:relative;
text-align:center;
font-family:Arial;
}

.close-popup{
position:absolute;
right:15px;
top:10px;
font-size:28px;
cursor:pointer;
}

.lead-box input{
width:100%;
padding:12px;
margin:10px 0;
border:1px solid #ccc;
border-radius:4px;
box-sizing:border-box;
}

.lead-box button{
width:100%;
padding:14px;
background:#004d7a;
color:#fff;
border:0;
cursor:pointer;
border-radius:4px;
font-size:16px;
}

.lead-box button:hover{
background:#006699;
}

#leadMessage{
margin-top:15px;
font-weight:bold;
color:green;
}