@charset "utf-8";
#box {
	width:323px;
	height:23px;
}

#perc { 
	background:#ccc; 
	height:20px; 
}
		
#box2 {
	width:339px;
	height:6px;
	float:left;
	background-image: url(images/progress_bar_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}
#perc2 {
	height:6px;
	background-image: url(images/progress_bar_box.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#text { 
	font-family:tahoma, arial, sans-serif; 
	font-size:11px; 
	color:#000; 
	float:left; 
	padding:3px 0 0 10px; 
}		
	
#container #progressbar {
	height: 8px;
	width: 339px;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	margin-right: 70px;
	margin-top: 68px;
	margin-bottom: -18px;
	margin-left: 0px;
}


