
/* example 1 */
#box			{ border:1px solid #ccc; width:200px; height:20px; }
#perc			{ background:#ccc; height:20px; }

/* example 2 */
#box2			{ background:url(images/progress-bar-back.gif) right center no-repeat; width:200px; height:20px; clear: both; }
#perc2			{ background:url(images/progress-bar.gif) right center no-repeat; height:20px; }
#text			{ font-family:tahoma, arial, sans-serif; font-size:11px; color:#000; padding:3px 0 0 10px; clear: both; }

