.viiLogBg {
    background: inherit;
    background-color: transparent;
    background-image: url('../images/overlay.png');
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.viiLogBgAll {
    width: 340px;
    height: 320px;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: auto;
    margin-top: 200px;
    padding: 10px
}

.viiLogClose {
    background: url("../images/arrow_sprite.gif") no-repeat 0px -14px;
    width: 8px;
    height: 7px;
    float: right;
}
