form.wizard {
  width: 100%;
  padding-bottom: 5px;
  background-color: #FCCE59;
}

form.wizard a {
  margin-top: 3px;
  margin-left: 60px;
  margin-right: 5px;
  color: #EB7728;
}

.CPPWizard {
  width: 100%;
  display: table;
  background-color: #FFF5E6;
  margin-bottom: 3px;
}

.CPPWizard .CPPWizardState {
  padding: 3px 12px 3px 12px;
  background-color: #C80A64;
  color: #FFF5E6;
  font-weight: bold;
  font-size: 18px;
  background-image: url('../../images/caption_bg.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.CPPWizardBoxState {
  margin-top: 10px;
  margin-left: 10px;
}

.CPPWizard .CPPWizardBoxState table {
  margin: 0px;
}

.CPPWizard .CPPWizardBoxState table td {
  padding: 2px;
}

.CPPWizard .CPPWizardBoxState, .CPPWizard .CPPWizardBoxState td label {
  color: #F27C3B;
  font-size: 10pt;
  font-weight: bold;
}

.CPPWizard .CPPWizardBoxState td input {
  margin: 3px;
  border: none;
  width: 230px;
  background-color: #FFFFFF;
}

.CPPWizard .CPPWizardNavigation {
  padding: 10px;
  text-align: right;
}

.CPPWizard .CPPWizardNavigation .CPPWizardBoxStateAction {
  border: 1px solid #F27C3B;
  background-color: #F27C3B;
  color: #FAFBFA;
  font-weight: bold;
  cursor: pointer;
}
