body
{
	background-color: ButtonFace;
	font-family: arial;
	margin: 0px;
}

.Background
{
/*	background-image: url('./InstallBg.png');*/
/*	background-repeat: no-repeat; */
}

.InstallLogo
{
/*	background-image: url('../../Graphics/InstallLogo/InstallLogo-left-2.png');*/
	background-repeat: no-repeat;
	/*background-position: center left;*/
}

.InstallItem
{
	font-family: arial;
	color: WindowText;
}

.InstallText
{
	font-family: arial;
	font-size: 9pt;
	color: WindowText;
	background-color: Window; 
}

.InstallSuccess
{
	font-family: arial;
	font-size: 9pt;
	color: green;
	background-color: Window; 
}

.InstallFail
{
	font-family: arial;
	font-size: 9pt;
	color: red;
	background-color: Window; 
}

.ProgBarBg
{
	background-color: Window;
}

.ProgBar
{
	background-image: url('./InstallProgBar.png');
}

.ProgBarText
{
	font-family: arial;
/*	font-weight: bold; */
	color: WindowText;
}
