
#testdiv {}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../images/ajax-loader-large.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
#tinyclose {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ccc;
    padding: 0px;
    
    font-size: 19px;
    /* font-weight: bold; */
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -25px;
    text-align: center;
}
#tinyclose::before {
    content: 'x';
}