#whiteout2{ 
    background-image: url(/gui_images/whiteout.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
}

* html #whiteout2{
    background-color: #333;
    background-color: transparent;
    background-image: url(file:///C|/Inetpub/wwwroot/OnceLikeMe/jscss/blank.gif);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/gui_images/whiteout.png');
}
.whiteout {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 998;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/gui_images/whiteout.png');
	}
.whiteout[class] {
	background: url(file:///C|/Inetpub/wwwroot/OnceLikeMe/gui_images/whiteout.png);
	}	

#popupbox{
    width:300px;
    background:#FF0000;
    padding:10px;
    border:1px solid #000000;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
