.minikbBtn {
    border-width:	1px;
	font:			Caption;
	font-weight:	normal !important;
	width:			22px;
	height:			14px;
	background:	buttonface url("../images/minikb/btn.gif") no-repeat center center;
}

.minikb button {
	border-width:	1px;
	font:			Caption;
	font-weight:	normal !important;
	display:		block;
}

.minikb .button0 {
  background:	buttonface url("../images/minikb/key_font0.gif") no-repeat center center;
}

.minikb .button1 {
  background:	buttonface url("../images/minikb/key_font1.gif") no-repeat center center;
}

.minikb .button2 {
  background:	buttonface url("../images/minikb/key_font2.gif") no-repeat center center;
}

.minikb .button3 {
  background:	buttonface url("../images/minikb/key_font3.gif") no-repeat center center;
}

.minikb .button4 {
  background:	buttonface url("../images/minikb/key_font4.gif") no-repeat center center;
}

.minikb .button5 {
  background:	buttonface url("../images/minikb/key_font5.gif") no-repeat center center;
}

.minikb .button6 {
  background:	buttonface url("../images/minikb/key_font6.gif") no-repeat center center;
}

.minikb .button7 {
  background:	buttonface url("../images/minikb/key_font7.gif") no-repeat center center;
}

.minikb .button8 {
  background:	buttonface url("../images/minikb/key_font8.gif") no-repeat center center;
}

.minikb .button9 {
  background:	buttonface url("../images/minikb/key_font9.gif") no-repeat center center;
}

.minikb .okbutton {
  background:	buttonface url("../images/minikb/key_submit.gif") no-repeat center center;
}

.minikb .clearbutton {
  background:	buttonface url("../images/minikb/key_clear.gif") no-repeat center center;
}

.minikb .backbutton {
  background:	buttonface url("../images/minikb/key_back.gif") no-repeat center center;
}

.minikb .filler {
  background:	buttonface url("../images/minikb/key_logo.gif") no-repeat center center;
}

.minikb .button0,
.minikb .button1,
.minikb .button2,
.minikb .button3,
.minikb .button4,
.minikb .button5,
.minikb .button6,
.minikb .button7,
.minikb .button8,
.minikb .button9 {
  width:			20px;
	height:			20px;
}

.minikb .okbutton,
.minikb .clearbutton,
.minikb .backbutton {
  width:			45px;
	height:			20px;
}

