﻿.progress{ width:740px;}

.progress-outer
{
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;	
}

.progress-inner
{
	position:relative;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	margin:0pt -1px;
	height:20px;
	overflow:hidden;
	background:url(img/progress_bg.gif) repeat-x;
}

.progress-indicator
{
	width:0px;
	height:20px;
	background:url(img/progress.gif) repeat-x;
}








