Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: 'body .button_actions .sIFR',
      css: {
        '.sIFR-root': { 'color': '#e5e5e5', 'background-color': '#46667a', 'font-size': '11px' },
        '.link': { 'color': '#e5e5e5', 'background-color': '#46667a', 'text-decoration': 'none' },
        'a:hover': { 'color': '#e5e5e5', 'background-color': '#46667a', 'text-decoration': 'none' }
      },
      offsetTop: 2,
      tuneHeight: 3,
      forceSingleLine : true,
      wmode: 'opaque'
    }
  }
);