#testdiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 25px auto;
    padding: 20px 25px 12px;
    width: 600px;
}
.tbox {
    display: none;
    padding: 14px 17px;
    position: absolute;
    z-index: 9999999999999;
}
.tinner {
    background: url("images/preload.gif") no-repeat scroll 50% 50% #FFFFFF;
    border-bottom: 1px solid #333333;
    border-radius: 5px;
    border-right: 1px solid #333333;
    padding: 15px;
}
.tmask {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 800;
}
.tclose {
    background: url("images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.tclose:hover {
    background-position: 0 -30px;
}
#error {
    background: none repeat scroll 0 0 #FF6969;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #FFFFFF;
    padding: 0;
    text-shadow: 1px 1px #CF5454;
}
#error .tcontent {
    border: 1px solid #FFB8B8;
    border-radius: 5px;
    padding: 10px 14px 11px;
}
#success {
    background: none repeat scroll 0 0 #2EA125;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    border-right: 1px solid #000000;
    color: #FFFFFF;
    text-shadow: 1px 1px #1B6116;
}
#bluemask {
    background: none repeat scroll 0 0 #4195AA;
}
#frameless {
    padding: 0;
}
#frameless .tclose {
    left: 6px;
}
