#jspopupoverlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    z-index: 100;
    background-color:#eee;
    opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
}

#jspopup {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 101;
}

#jspopupcontent {
    width: 550px;
    margin: 100px auto;
    background-color: #d8f6c4;
    border:1px solid black;
    padding:15px;
    text-align: left;
}
