#vt-mask {
    position: absolute;
    z-index: 10000;
    background-color: #000000;
    display: none;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

#vt-popup {
    position: absolute;
    width: 740px;
    display: none;
    top: 0px;
    z-index: 10010;
}

#vt-popup, #vt-popup td {
    font-family: "Arial AMU", "Arian AMU", sans-serif;
    font-size: 12px;
}

#vt-header {
    background-color: #047495;
    color: #ffffff;
    padding: 10px;
}

#vt-title {
    font-size: 16px;
}

a#vt-close {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 16px;
}

a#vt-close:hover {
    color: #e4e4e4;
    text-decoration: none;
}

#vt-content {
    background-color: #8abbce;
    background-image: url("../images/progress.gif");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 5px 5px;
    height: 500px;
}

#vt-content-data {
    background-color: #f2f2f2;
    overflow: auto;
    width: 100%;
    height: 100%;
    display: none;
}

#vt-content-data .vt-inner {
    padding: 10px;
}