Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: 'body .submit_ad .sIFR',
      css: {
        '.sIFR-root': { 'color': '#e5e5e5', 'background-color': '#46667a', 'font-size': '13px' },
        '.link': { 'color': '#e5e5e5', 'background-color': '#46667a', 'text-decoration': 'none' },
        'a:hover': { 'color': '#e5e5e5', 'background-color': '#46667a', 'text-decoration': 'none' }
      },
      tuneHeight: 1,
      wmode: 'opaque'
    }
  }
);