/*8/1/2021 9:35:42 PM*/
.authIframeDiv
{
    z-index:99;	
}
#iframeAuth {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    width: 100%;
}
.authBackground 
{
    background-color:#666;
    height:100%;
    filter:alpha(opacity=70); opacity: 0.7;	-moz-opacity:0.7;
    position:fixed;
    width:100%;
    z-index:98;
	left:0;
	top:0;
}