div.ProcessStyle {
    background-color: #fff;
    /*background-color: #4db6ff;*/
    /*top: 45%;
        left: 41%;*/
    height:70px;
    width: 100px;
    position: absolute;
    border: solid 2px #dddddd;
    visibility: hidden;
    z-index: 1000;
    display: block;
    left: 41%;
    top: 45%;
    bottom: 45%;
    padding: 5px 15px;
    font-family: Verdana;
    font-size: small;
}

.body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    height: 30px;
    width: 130px;
    padding: 5px 15px;
    background-color: White;
    border: solid 2px #dddddd;
    z-index: 1000;
    display: block;
    left: 41%;
    top: 45%;
    bottom: 45%;
    font-family: Verdana;
    font-size: small;
}
