.pass-graybar {
  height: 3px;
  background-color: #CCC;
  width: 100%;
  display:block;
  margin-top:3px;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background-image: url(../images/passwordstrength.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  font-size: 14px;
}

.pass-percent {
  margin-right: 5px;
}

