It's jQuery powered so any jQuery theme adjustments to it will do the trick. It's also just a fixed height DIV so you can force a new height with the below.
Code:
.cbProgressBar {
height: 10px;
}
For color adjustment you could use the below.
Code:
.cbProgressBar div {
border-color: red;
background: red;
}