.Apetipbox {
    position: absolute;
    left: 388px;
    top: 216px;
    z-index: 10000;
    width: 520px;
    height: 304px;
    background: transparent url(../img/bg.png) no-repeat left top;
    color: #fff;
}

.Apetipbox .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 504px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
}

.Apetipbox .msg {
    position: absolute;
    top: 78px;
    left: 15px;
    width: 474px;
    text-align: center;
    font-size: 20px;
}

.Apetipbox .buttonWrapper {
    position: absolute;
    top: 225px;
    left: 0;
}

.Apetipbox .buttonWrapper div {
    position: absolute;
    width: 145px;
    height: 41px;
    background: transparent url(../img/btn.png) no-repeat left top;
    top: 10px;
    text-align:center;
    line-height:41px;
    font-size:18px;
}

.Apetipbox .buttonWrapper .focus {
    background-image: url(../img/btn-on.png);
}

/*单个按钮*/
.Apetipbox .buttonWrapper .button-1-0 {
    left: 180px;
}

/*两个按钮*/
.Apetipbox .buttonWrapper .button-2-0 {
    left: 95px;
}

.Apetipbox .buttonWrapper .button-2-1 {
    left: 265px;
}