.left_side form {
  width: 250px;
  padding-bottom: 5px;
  border: 1px solid #5da7cc;
  border-top: none;
  background-color: #ffffff;
  background-image: url('../../images/login_head_bg.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.left_side form a {
  margin-left: 24px;
  margin-right: 5px;
}

.left_side .CPPWizard {
  width: 250px;
  display: table;
}

.left_side .CPPWizardState {
  padding-left: 6px;
  position: relative;
  left: 1px;
  color: #5da7cc;
  font-weight: bold;
  font-size: 9pt;
  text-transform: uppercase;
  border-left: 5px solid #5da7cc;
  border-bottom: 2px solid #5da7cc;
  background-color: #ebebec;
}

.left_side .CPPWizardBoxState {
  float: left;
  margin-top: 10px;
  padding-bottom: 10px;
}

.left_side .CPPWizardBoxState table {
  width: 200px;
}

.left_side .CPPWizardBoxState table td {
  color: #0860A4;
  text-align: right;
}

.left_side .CPPWizardBoxState td input {
  width: 88px;
}

.left_side .CPPWizardState_login .CPPWizardNavigation .CPPWizardBoxStateAction_input {
  width: 17px;
  height: 41px;
  margin-top: 16px;
  margin-left: 10px;
}

.left_side .CPPWizardState_logout .CPPWizardBoxState {
  padding-left: 5px;
}

.left_side .CPPWizardState_logout .CPPWizardNavigation {
  padding-right: 10px;
  text-align: right;
}

.left_side .CPPWizardState_logout .CPPWizardNavigation .CPPWizardBoxStateAction_input {
  padding-right: 14px;
  width: 100px;
  color: #5da7cc;
  border: none;
  background-color: #ffffff;
  background-image: url('../../images/logout_btn.gif');
  background-repeat: no-repeat;
  background-position: right 4px;
  cursor: pointer;
}
