.popup {
    background-color: #ffffff;
    color: #888888;
    padding: 0px;
    position: fixed;
    left: 30%;
    top: 15%;
    width: 40%;
    z-index: 99998;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.popup {
	left: 10%;
    top: 30%;
    width: 80%;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
	.popup {
	left: 15%;
    top: 30%;
    width: 70%;
    }
}
@media only screen and (min-width: 992px)and (max-width: 1024px){
	.popup {
	left: 20%;
    top: 30%;
    width: 60%;
    }
}
.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity:0.5;
}

a.close {
    background: url(../img/close.gif) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 13px;
    position: relative;
    top: -13px;
    width: 26px;
}





.popup2 {
    background-color: transparent;
    padding: 0px;
    position: fixed;
    left: 25%;
    top: 0%;
    width: 50%;
    z-index: 99998;
}

.popup2 img {
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.popup2 {
	left: 10%;
    top: 10%;
    width: 80%;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
	.popup2 {
	left: 15%;
    top: 10%;
    width: 70%;
    }
}
@media only screen and (min-width: 992px)and (max-width: 1024px){
	.popup2 {
	left: 20%;
    top: 10%;
    width: 60%;
    }
}
.overlay2 {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99997;
    opacity:0.5;
}

a.close2 {
    background: url(../img/close.gif) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 13px;
    position: relative;
    top: 15px;
    width: 26px;
}











