﻿.overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    opacity: 0.89999997615814208984375;
}
* html .overlay {
    position: absolute;
}
.loader {
    z-index: 100;
    position: fixed;
    width: 610px;
    margin-left: -300px;
    top: 50%;
    left: 50%;
    background-color: #fdffd2;
}
    .loader table {
        border: black solid 1px;
        background-color: #ffffff;
    }
* html .loader {
    opacity: 1;
    position: absolute;
}
    .loader table {
        border: black solid 1px;
        background-color: #ffffff;
    }
#dvContents {
    width: 400px;
    height: 200px;
    background: red;
    border: red solid 1px;
    z-index: 100;
}
.ShowDivInCenter {
    width: 480px;
    height: 320px;
    position: absolute;
    top: 150%;
    left: 40%;
    z-index: 80;
}
.ShowDivInCenterShipping {
    visibility: hidden;
    display: none;
    background-color: #EAF1FC;
    border-color: #B4B9C8;
    border-style: solid;
    border-width: 1pt;
    text-align: left;
    width: 600px;
    height: 330px;
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 80;
}
.ShowDivInBankinNonBanking {
    position: absolute;
    width: 600px;
    height: 167px;
    top: 170%;
    left: 30%;
    z-index: 80;
}
.ShowDivInTeleCOM {
    position: absolute;
    width: 600px;
    height: 167px;
    top: 50%;
    left: 30%;
    z-index: 80;
}