.wf_ObscureForm {
	background-image: url(../images/windowsetup/gray_loader.GIF);
	background-position: bottom; 
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	overflow-x: hidden;
	overflow-y: hidden;
}
.wf_ObscureFormWhite {
	background-image: url(../images/windowsetup/blue_loader.GIF);
	background-position: bottom; 
	background-repeat: no-repeat;
	background-color: white;
	overflow-x: hidden;
	overflow-y: hidden;
}
.wf_ShowForm {
	background-image: none;
	background: white;
	overflow-x: hidden;
	overflow-y: hidden;
}
.wf_HideForm {
	overflow: hidden;
	width: 1px;
	height: 1px;
}
.wf_DisplayForm {
	overflow: visible;
	width: 640px;
	height: 700px;
}
.wf_OverrideForm {
    position : absolute;    
    width: 250px;
    height: 25px;
    left: 50%;
    top: 106%;
    margin-left:-100px;
    margin-top:-100px;
    font-size: 14pt;
    font-style: italic;
    color: silver;
    background: transparent;
    text-align: center;
}
.wf_OverrideFormCenter {
    position : absolute;    
    width: 250px;
    height: 120px;
    left: 50%;
    top: 45%;
    margin-left:-100px;
    margin-top:-100px;
    font-size: 14pt;
    font-style: italic;
    color: silver;
    background: transparent;
    text-align: center;
}
.wf_logo {
	height: 75px;
	width: 166px;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
	background-image: url(../images/windowsetup/isalus_logo_orig.png);
	background-position:center; 
	background-repeat:no-repeat;
}
.wf_logo2 {
	height: 75px;
	width: 166px;
	background-image: url(../images/windowsetup/isalus_logo.png);
	background-position:center; 
	background-repeat:no-repeat;
}
