.wizardpanel {
  margin-bottom: 10px;
}
.wizardpanel li {
  list-style: none;
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  overflow: hidden;
  letter-spacing: -0.01em;
}
.wizardpanel li.step {
  background: url('/asbct/skin/images/wizard/step.png') no-repeat center right;
}
.wizardpanel li.step.current {
  background: url('/asbct/skin/images/wizard/step-current.png') no-repeat center right;
}
.wizardpanel li.step.last {
  background: url('/asbct/skin/images/wizard/step-last.png') no-repeat center right;
}
.wizardpanel li.step.previous {
  background: url('/asbct/skin/images/wizard/step-previous.png') no-repeat center right;
}
.wizardpanel li.step.current.last {
  background: url('/asbct/skin/images/wizard/step-current-last.png') no-repeat center right;
}
.wizardpanel li button {
  color: #666;
  font-size: 100%;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  line-height: 16.8px;
  letter-spacing: -0.01em;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px none !important;
  box-shadow: none;
  vertical-align: baseline;
  border-radius: 0px !important;
  width: 100%;
  height: 80px;
}
.wizardpanel li span {
  color: #4d4d4f;
  height: 47px;
  padding: 33px 30px 0 26px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.wizardpanel li span span {
  line-height: 1.2;
  display: block;
}
.wizardpanel li span span.step {
  float: left;
  font-weight: bold;
  padding-right: 0.4em;
  font-size: 1.4em;
  margin-top: -0.3em;
  margin-bottom: 2em;
}
#wizardpanel {
  background-color: #5E6614;
  margin: 5px;
  display: none;
}
#wizard {
  width: 910px;
}
#next {
  float: right;
}
#previous {
  float: none;
}
#cancel {
  float: left;
}
