﻿.BackMask
{
    z-index: 998;
    
    filter: alpha(Opacity=50);
   background: rgba(00, 00, 00, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
