.button, .button_fchar, .CPPWizardBoxStateAction_input {
  height: 20;
  border: 0;
  background-image: url(../../../_application/images/brand/brand_choice_bg.jpg);
  color: #ffffff;
  cursor: pointer;
  font-family: Arial;
  font-size: 11;
  font-weight: bold;
}

.button_hv{
  height: 20;
  border: 0;
  background-image: url(../../../_application/images/brand/brand_choice_bg_hover.jpg);
  color: #ffffff;
  cursor: pointer;
  font-family: Arial;
  font-size: 11;
  font-weight: bold;
}

div.CPPWizardBoxStateAction {
	border: none;
	padding-top: 4px;
	width: auto;
}

.button_fchar {
  width: 18px;
  height: 18px;
  font-size: 8pt;
  margin-right: 1px;
  margin-bottom: 1px;
}

.button_edit, .button_ok, .button_cancel, .button_delete, .button_new {
  border: 1px solid #AAAAAA;
  background-color: #EFEFEF;
  color: #54514b;
  background-repeat: no-repeat;
  background-position: 1px;
  padding-left: 20px;
  cursor: pointer;
}

.button_icon_edit, .button_icon_delete, .button_icon_copy, .button_icon_move,
.button_icon_first, .button_icon_previous, .button_icon_next, .button_icon_last, .button_icon_up, .button_icon_down {
  border: none;
  background-color: transparent;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.button_edit, .button_icon_edit {
  background-image: url('../../../_framework/images/16x16/edit.gif');
}

.button_ok {
  background-image: url('../../../_framework/images/16x16/ok.gif');
}

.button_cancel {
  background-image: url('../../../_framework/images/16x16/cancel.gif');
}

.button_delete, .button_icon_delete {
  background-image: url('../../../_framework/images/16x16/delete.gif');
}

.button_new {
  background-image: url('../../../_framework/images/16x16/new.gif');
}

.button_icon_first {
  background-image: url('../../../_framework/images/16x16/first.gif');
}

.button_icon_previous {
  background-image: url('../../../_framework/images/16x16/previous.gif');
}

.button_icon_next {
  background-image: url('../../../_framework/images/16x16/next.gif');
}

.button_icon_last {
  background-image: url('../../../_framework/images/16x16/last.gif');
}

.button_icon_copy {
  background-image: url('../../../_framework/images/16x16/copy.png');
}

.button_icon_move {
  background-image: url('../../../_framework/images/16x16/move.png');
}

.button_icon_up {
  background-image: url('../../../_framework/images/16x16/menueditor/egy_szinttel_fel.gif');
}

.button_icon_down {
  background-image: url('../../../_framework/images/16x16/menueditor/egy_szinttel_le.gif');
}





