
/*		Progress bar
---------------------------------------------------------------*/

.su-progress-bar {
	position: relative;
	margin-bottom: 1.5em;
}
.su-progress-bar span {
	position: absolute;
	bottom: 0;
	left: 0;
}
.su-progress-bar-style-default {
	height: 24px;
	font-size: 14px;
}
.su-progress-bar-style-default > span {
	display: block;
	height: 24px;
	overflow: visible !important;
	line-height: 24px;
}
.su-progress-bar-style-default span span {
	margin: 0 0.7em;
	white-space: nowrap;
}
.su-progress-bar-style-fancy {
	height: 24px;
	padding: 5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	font-size: 14px;
}
.su-progress-bar-style-fancy > span {
	bottom: 5px;
	left: 5px;
	display: block;
	height: 24px;
	overflow: visible !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
	line-height: 24px;
}
.su-progress-bar-style-fancy span span {
	bottom: 0;
	left: 0;
	margin: 0 0.7em;
	white-space: nowrap;
}
.su-progress-bar-style-thin {
	height: 4px;
	margin-top: 30px;
	font-size: 13px;
}
.su-progress-bar-style-thin span {
	display: block;
	height: 4px;
	overflow: visible !important;
}
.su-progress-bar-style-thin span span {
	height: 30px;
	white-space: nowrap;
	line-height: 30px;
}
