.input-button {
  background: url("../images/button/button.gif");
  width: 67px;
  height: 17px;
  text-align: center;
  overflow: hidden;
  padding-top: 3px;
}

* html .input-button {
  height: 20px;
}

.input-button input {
  border-width: 0;
  background: transparent;
  color: #060606;
}

.add-button {
  background: url("../images/button/add_button.gif");
  display: block;
  width: 86px;
  height: 20px;
  line-height: 20px;
  display: block;
  padding-left: 26px;
  text-decoration: none;
}

* html .add-button {
  width: 112px;
}

.a-button {
  background: url("../images/button/a_button.gif");
  display: block;
  width: 112px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.a-button2 {
  display: block;
  background: url("../images/button/button.gif");
  width: 67px;
  height: 17px;
  text-align: center;
  overflow: hidden;
  padding-top: 3px;
  text-decoration: none;
  color: #000;
}

* html .a-button2 {
  height: 20px;
}