#alt {
    position: absolute;
    width: 480px;
    height: 200px;
    left: 380px;
    top: 270px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: none;
    background: cornflowerblue;
    border: 2px solid white;
    color: white;
    z-index:99;
}

.tipbox {
    left: 420px;
    top: 230px;
    width: 434px;
    height: 255px;
    position: absolute;
    background: url("../images/TipBox2/tipbox-bkg.png");
    color: #FFFFFF;
    overflow: hidden;
    z-index: 15;
}

.tipbox-title {
    position: absolute;
    width: 424px;
    height: 50px;
    left: 4px;
    top: 10px;
    text-align: center;
    line-height: 50px;
    background: transparent;
}

.tipbox-msg {
    position: absolute;
    width: 414px;
    height: 120px;
    left: 10px;
    top: 75px;
    line-height: 30px;
    text-align: center;
    background: transparent;
}

.tipbox-buttons {
    position: absolute;
    left: 2px;
    top: 208px;
    width: 434px;
    height: 40px;
    text-align: center;
    background: transparent;
}

#tipbox1-sub {
    width: 215px;
    height: 40px;
    position: absolute;
    left: 108px;
}

#tipbox2-button0 {
    width: 215px;
    height: 40px;
    position: absolute;
    left: 0;
}

#tipbox2-button1 {
    width: 215px;
    height: 40px;
    position: absolute;
    left: 215px;
}