.indefiniteBackground {	background-color:white;	background-position: center center;	background-repeat: no-repeat;	top:0pt;	left:0pt;	height: 50px;	width: 100%;	margin: 10px;}.indefiniteBackgroundFrame1 {	background-image:url(ProgressBarIndefinite1.png);	border: 2px ridge gray;	border-radius: 5px;}.indefiniteBackgroundFrame2 {	background-image:url(ProgressBarIndefinite2.png);}.indefiniteBackgroundFrame3 {	background-image:url(ProgressBarIndefinite3.png);}.progressBackground {	position: relative;	border: 1px solid gray;	background: darkgrey;	box-shadow: 3px 3px 4px Gray inset;	border-radius: 5px;	height: 25px;	margin: 10px;	box-sizing: border-box;	overflow: hidden;}.progressForeground {	border: 1px outset LightSkyBlue;	box-sizing: border-box;	border-radius: 3px;	background-image: linear-gradient(LightSkyBlue, DodgerBlue);	box-shadow: 3px 3px 4px Gray;	height: 100%;	left:0pt;	top:0pt;}