/* Powered By Ahmed Hassan Elkadrey */
.disable_masking
{
    z-index: 6001;
    position: absolute;
    display: none;
}
#themask
{
    z-index: 6000;
    display: none;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 0px;
}



.table
{
    background-color: #fff;
    border: 2px solid #000;
    padding: 20px;
}


