
.simplePopup {
display:none;
position:fixed;
border:none;
background:#fff;
z-index:99999999;
padding:10px;
width: 80% !important; margin:0 auto; height:auto; min-height:40%!important; max-height:70%; top:15%; overflow-y:scroll; border-radius: 0 15px 0 15px;
}

.simplePopupClose {
float:right;
cursor:pointer;
position:absolute; right:10px; top:10px; width:30px; height:28px; background-image:url(../images/close.png); z-index:999
}

.simplePopup2 {
display:none;
position:fixed;
border:none;
background:#fff;
z-index:99999999;
padding:10px;
width: 80% !important; margin:0 auto; height:auto; top:10%; color:#333333; border-radius: 0 15px 0 15px;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
right:0;
z-index:99999998; padding:0; margin:0
}


@media screen and (min-width: 300px) {
.simplePopup2 {width: 80% !important; height:auto; top:10%; padding:10px}
.simplePopup2 p {font-size:8pt}

}
@media screen and (min-width: 480px) {
.simplePopup2 {width: 70% !important; height:auto; padding:20px}
}
@media screen and (min-width: 768px) {
.simplePopup2 {width: 80% !important; height:auto;padding:30px}
.simplePopup2 p {font-size:9pt}
}
@media screen and (min-width: 1024px) {
.simplePopup2 {width: 60% !important; height:auto;}
.simplePopup2 p {font-size:11pt}
}
@media screen and (min-width: 1280px) {
.simplePopup2 {width: 50% !important; height:auto;}
.simplePopup2 p {font-size:11pt}
}
@media screen and (min-width: 1600px) {
.simplePopup2 {width: 40% !important; height:auto;}
}