		.progress {
		  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
		  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
		  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
		  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
		  background-repeat: repeat-x;
		}
		.progress-bar {
		  height: 100%;
		  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
		  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
		  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
		  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
		  background-repeat: repeat-x;
		}
