<style>
    #spinner {
        display: none;
        width: 500px;
        position: fixed;
        top: 50%;
        left: 50%;
        text-align: left;
        padding: 10px 20px;
        font: normal 14px Tahoma, Geneva, sans-serif;
        margin-left: -260px;
        margin-top: -100px;
        z-index: 2;
        overflow: auto;
        border: 4px solid #888;
        background-color: white;
        z-index: 100;
        padding: 5px;
        line-height: 18px;
    }
    #progDialog {
        display: none;
        width: 500px;
        /* height:200px; */
        position: fixed;
        top: 50%;
        left: 50%;
        text-align: left;
        padding: 10px 20px;
        font: normal 14px Tahoma, Geneva, sans-serif;
        margin-left: -260px;
        margin-top: -100px;
        z-index: 2;
        overflow: auto;
        border: 4px solid #888;
        background-color: white;
        z-index: 100;
        padding: 5px;
        line-height: 18px;
    }
    #opaque {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: none;
        background-color: gray;
        filter: alpha(opacity=30);
        opacity: 0.3;
        -moz-opacity:0.3;
        -khtml-opacity:0.3
    }
    * html #opaque {
        position: absolute;
    }
    
    #progressBkg {
        width: 450px;
        background-color: #ddd;
        text-align: center;
        margin-top: 15px;
        display: none;
    }
    #progressBar {
        width: 1%;
        height: 25px;
        background-color: #4CAF50;
        text-align: center;
    }

    #confirmButtonDiv {
        text-align: center;
    }

    .progressDialogFont {
        font-family:"Arial", Helvetica, sans-serif;
        font-size:18px;    
    }
</style>