﻿.popWhitener
{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}