.formWizard {
  padding: 25px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.formWizard h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase; }

.formWizard-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px; }

.formWizard-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd; }

.formWizard-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #0B877D; }

.formWizard-step {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 5px;
  text-align: center; }

.formWizard-step-icon {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.formWizard-step.activated .formWizard-step-icon {
  background: #fff;
  border: 1px solid #0B877D;
  color: #0B877D;
  line-height: 38px; }

.formWizard-step.active .formWizard-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #0B877D;
  font-size: 22px;
  line-height: 48px; }

.formWizard-step p {
  color: #ccc; }

.formWizard-step.activated p {
  color: #0B877D; }

.formWizard-step.active p {
  color: #0B877D; }

.formWizard fieldset {
  display: none;
  text-align: left; }

.formWizard-buttons {
  text-align: right; }

.formWizard .input-error {
  border-color: #0B877D; }
