.Apetoast {
    position: absolute;
    left: 490px;
    top: 200px;
    width: 300px;
    z-index: 1000;

    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.Apetoast .toast-top {
    position: relative;
    height: 10px;
}

.Apetoast .toast-top .top-left-corner {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/top-left.png) no-repeat left top;
}

.Apetoast .toast-top .toast-blank {
    position: absolute;
    left: 10px;
    width: 280px;
    height: 10px;
    background: url(../img/bg.png) repeat-x left top;
}

.Apetoast .toast-top .top-right-corner {
    position: absolute;
    left: 290px;
    width: 10px;
    height: 10px;
    background: url(../img/top-right.png) no-repeat left top;
}

.Apetoast .toast-content {
    position: relative;
    width: 300px;
    background: url(../img/bg.png) repeat left top;
}

.Apetoast .warn {
    width: 300px;
    height: 80px;
    background: url(../img/warn.png) no-repeat center center;
}

.Apetoast .error {
    width: 300px;
    height: 80px;
    background: url(../img/error.png) no-repeat center center;
}

.Apetoast .toast-msg {
    padding: 10px 0;
}

.Apetoast .toast-bottom {
    position: relative;
    height: 10px;
}

.Apetoast .toast-bottom .bottom-left-corner {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/bottom-left.png) no-repeat left top;
}

.Apetoast .toast-bottom .toast-blank {
    position: absolute;
    left: 10px;
    width: 280px;
    height: 10px;
    background: url(../img/bg.png) repeat-x left top;
}

.Apetoast .toast-bottom .bottom-right-corner {
    position: absolute;
    left: 290px;
    width: 10px;
    height: 10px;
    background: url(../img/bottom-right.png) no-repeat left top;
}
