#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    filter: alpha(opacity=80);
	opacity: 0.9;
    display: none;
	z-index:999999999;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
     background: url(../images/popup-bg.jpg) no-repeat center top;
    color: #000;
    width: 90%;
    max-width: 843px;
padding: 20px 25px;
    display: none;
	z-index:999999999;
}

#popup-close {
    cursor: pointer;
}
.line {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #000;
    margin-top: 7px;
    margin-bottom: 0px;
}

#popup-box h1 {
    margin: 0;
	text-align:center;
	border-bottom:solid 1px #000;
	padding-bottom:13px;
}
#popup-box h2 {
    margin: 0;
    text-align: center;
    color: #000;
    margin-top: 10px;
    font-size: 29px;
    margin-bottom: 3px;
}
#popup-box p {
color: #000;
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}

#popup-box form {
    margin-bottom: 0px;
}

#popup-box input {
    padding: 8px;
    border: 2px solid #000;
    width: 100%;
	margin-bottom:14px;
}

.button {
padding: 10px;
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    color: #fff;
    width: 295px;
    margin-right: 15px;
    font-size: 16px;
}
.button:hover {
background: #fc4a1a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color:#fff;

}
.button1 {
    padding: 10px;
background: #fc4a1a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color:#fff;
	width: 295px;
    margin-right: 15px;
	font-size:16px;
}
.button1:hover {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
	color:#fff;

}
@media(max-width:480px) {
	#popup-box {
    padding: 33px 40px;
}
.button {
    width: 295px;
}	
.button1 {
    width: 295px;
	margin-right:0px;
}
	}