.percent-wrap{
	position: relative;
}
.percent-wrap, .percent-value, .percent-text {
  width: 124px; height: 13px;
}
.percent-wrap, .percent-value {
  background: #bdbdbd url(/img/percent_outline_124x13.png) top left no-repeat;
}
.percent-wrap-short{
  position: relative;
}
.percent-wrap-short, .percent-value-short, .percent-text-short {
  width: 101px; height: 13px;
}
.percent-wrap-short, .percent-value-short {
  background: #bdbdbd url(/img/percent_outline_101x13.png) top left no-repeat;
}
.percent-text {
  position: absolute;
  top:0; left:93px;
  color: #000;
  text-align: right;
  width: 100%;
  line-height: 13px;
  font-size: 10px;
}