.ds-modalBackground {
    background-color: grey;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.ds-modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: deepskyblue;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    height: 90%;
}

.ds-X {
    /*right: 0%;
    top: 0%;*/
    z-index: 1;
    font-weight: bold;
    height: 50px;
    width: auto;
    /*absolute;
    width: 150px;
    position: fixed;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid deepskyblue;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
}
