.CPPWizard {
  width: 236px;
  display: table;
}

.CPPWizardState {
	display: none;
}

.CPPWizardState_login {
}

.CPPWizardBoxState {
}

.CPPWizardBoxState table {
  width: 200px;
}

.CPPWizardBoxState table td {
  font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #777777;
}

.CPPWizardState_login .CPPWizardBoxState td input {
  width: 155px;
	height: 20px;
	border: 0px;
	background-image: url(../../images/login/login_input.jpg);
	padding-left: 2px;
	padding-right: 2px;
}

.CPPWizardState_login .CPPWizardNavigation .CPPWizardBoxStateAction {
	background-image: url(../../images/login/login_btn.jpg);
	width: 52px;
	height:	24px;
	border: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
  cursor: pointer;
}

.CPPWizardState_logout .CPPWizardBoxState {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #777777;
	padding-bottom: 10px;
}

.CPPWizardState_logout .CPPWizardNavigation {
}

.CPPWizardState_logout .CPPWizardNavigation .CPPWizardBoxStateAction {
	background-image: url(../../images/login/login_btn.jpg);
	width: 52px;
	height:	24px;
	border: none;
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
  cursor: pointer;
}