.tbox {
    position: absolute;
    display: none;
    padding: 0;
    z-index: 99999
}

.tinner {
    padding: 0px;
    background: #fff url(images/payment/preload.gif) no-repeat 50% 50%;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    z-index: 88888;
    overflow-y: scroll
}


/* .tclose {position:absolute; bottom:13px; left:240px; width:152px; height:38px; cursor:pointer; background:url(images/close.png) no-repeat}  */

#error {
    background: #ff6969;
    color: #fff;
    text-shadow: 1px 1px #cf5454;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0
}

#success {
    background: #fff;
    padding: 0;
}

#bluemask {
    background: rgba(0, 0, 0, 0.6)
}

#frameless {
    padding: 0
}

#frameless .tclose {
    /*left:6px*/
}