
.simplePopup {
display:none;
position:fixed;
border:4px solid #808080;
background:#fff;
z-index:9999999999999;
padding:20px;
width:30%;
min-width:30%; margin:0 auto;
}

.simplePopupClose {
float:right;
cursor:pointer;
position:absolute; right:-15px; top:-15px; width:30px; height:28px; background-image:url(../images/close.png)
}

.simplePopup2 {
display:none;
position:fixed;
border:4px solid #808080;
background:#fff;
z-index:30;
padding:30px;
width:70%;
min-width:70%; margin:0 auto;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:99999999998; padding:0; margin:0
}


@media screen and (min-width: 300px) {
.simplePopup {width:75%}
.divfrmcontleave .tabpad td {padding:8px 0;}
.divfrmcontleave  .continputwidth {font-size:10pt; padding:2px 4px}
}
@media screen and (min-width: 480px) {
.simplePopup {width:60%}
}
@media screen and (min-width: 768px) {
.simplePopup {width:50%}
}
@media screen and (min-width: 1024px) {
.simplePopup {width:40%}
}
@media screen and (min-width: 1280px) {
.simplePopup {width:35%}
}