#pbar {
	height: 110px;
	margin-bottom: 40px;
}

#pfrm {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	height: 100px;
	border-width: 2px;
	border-style: solid;
	border-color: #DFDFDF #404040 #404040 #DFDFDF;
	background-color: #C0C0C0;
}

#pbheader,#pbfooter {
	position: relative;
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: small;
	font-family: arial;
}

#pbheader {
	font-weight: bold;
}

#pbleft {
	position: relative;
	float: left;
	width: 190px;
}

#pbright {
	position: relative;
	float: right;
	width: 190px;
}

#pbrd {
	position: relative;
	float: left;
	height: 25px;
	background-color: #C0C0C0;
	border-width: 1px;
	border-style: solid;
	border-color: #404040 #dfdfdf #dfdfdf #404040;
}

#pbar {
	position: relative;
	float: left;
	top: 2px;
	left: 2px;
	width: 0px;
	height: 21px;
	background-color: #0033FF;
}

#plbltxt {
	position: relative;
	float: left;
	text-align: left;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	background-color: transparent;
}

#plblpct {
	position: absolute;
	top: 9px;
	left: 200px;
	text-align: right;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	background-color: transparent;
}