@charset "UTF-8";
/* CSS Document */
#progress-ribbon {
	width:500px;
	height:50px;
	background: #993300;

}
.transaction-state {
	width:25%;
	height:100%;
	float:left;
	min-width:8em;

}
.transaction-state .inner {
	line-height:50px; 
	text-align:center;
	color: #FFFFFF;
	float:left;
	width:105px;
}
#progress-ribbon .active {
	background: #996600;
}
#progress-ribbon .arrow {
	width:10px;
	height:100%;
}
#progress-ribbon .right {
	background:url(/images/ribbon-arrow-right.png);
	float:right;
}
#progress-ribbon .left {
	background:url(/images/ribbon-arrow-left.png);
	float:left;
}

