#銀行フォームでグレーアウトボタンの色設定
#button[disabled]:active, button[disabled],
#input[type="button"][disabled]:active,
input[type="button"][disabled],
#input[type="submit"][disabled]:active,
#input[type="submit"][disabled] ,
#button[disabled]:hover,
#input[type="button"][disabled]:hover,
#input[type="submit"][disabled]:hover
{
  border: 2px outset ButtonFace;
  color: GrayText; #color: #ffffff;
  cursor: inherit;
  background-color: #ffffff;
  background: #ffffff;
}