.tip-message {
    width: 240px;
    overflow: hidden;
    position: fixed;
    padding: 0 0 3px;
    background: #aaa;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    z-index: 999999;
    display: none;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.red-popup-thor {
    background: #bd1919;
}

.green-popup-thor {
    background: green;
}

.tip-message .tip-hold {
    overflow: hidden;
    height: 1%;
    padding: 12px 48px 13px 17px;
    background: #aaa;
}

.red-popup-thor .tip-hold {
    background: #bd1919;
}

.green-popup-thor .tip-hold {
    background: green;
}

.tip-message span {
    display: block;
    line-height: 14px;
    color: #fff;
}

.tip-message .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -99999px;
    background: url(../images/btn-tip-close.png) no-repeat;
}

.tip-message p {
    font-size: 11px;
    margin: 1px 0 3px;
}
.tip-message {
    font-size: 12px;
}

.tip-message a {
    color: #fff;
    text-decoration: underline;
}