#pBar
{
   border:1px solid black;
	width: 95%;
	margin:auto;
	height:20px;
	position:relative;
   text-align:center;
	text-color:black; 
}

#pBar div.progress
{
	position:absolute;
   top:0px;
   left:0px;
	width:0;
	height:100%;
   width:0;
	overflow:hidden;
	background-color:#369;
   text-align:center;
}

#pBar div.progress .progresstext
{
	position:absolute;
   float:right;
	color: #ffffff;
	text-align:center;
   width:100%;
}

#pBar div.progresstext
{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#pbProgressMessage
{
   position: relative;
   text-align:center;
}

#pbDialogButtons
{
   position:relative;
   text-align:center;
}
