/*-------------------------------------------------------------------------*/
function styleSearchForm() {
	if($('send-button')){
		$('send-button').addEvent('mouseover',function(){this.src='/img/ezirange/send-over.gif'});
		$('send-button').addEvent('mouseout', function(){this.src='/img/ezirange/send.gif'});
	}
}
window.addEvent('domready', styleSearchForm);
/*-------------------------------------------------------------------------*/
var font = {
 src: '/inc/flash/sifr.swf'
};

sIFR.delayCSS = false;
sIFR.activate(font);

sIFR.replace(font, {
    selector: '#intro h1, #content h1'
    ,css: [
      '.sIFR-root { color: #FF8400; font-weight: normal; }'
      ,'em { font-weight: bold; font-style: normal; }'
    ],wmode: 'transparent'
  });

sIFR.replace(font, {
    selector: '#eziPlug .phrase'
    ,css: [
      '.sIFR-root { color: #456059; font-weight: normal; }'
    ],wmode: 'transparent'
  });
sIFR.replace(font, {
    selector: '#eziAir .phrase'
    ,css: [
      '.sIFR-root { color: #006e7f; font-weight: normal; }'
    ],wmode: 'transparent'
  });
sIFR.replace(font, {
    selector: '#eziTent .phrase'
    ,css: [
      '.sIFR-root { color: #3a6124; font-weight: normal; }'
    ],wmode: 'transparent'
  });
sIFR.replace(font, {
    selector: '#eziPond .phrase'
    ,css: [
      '.sIFR-root { color: #004a5c; font-weight: normal; }'
    ],wmode: 'transparent'
  });
sIFR.replace(font, {
    selector: '#eziTools .phrase'
    ,css: [
      '.sIFR-root { color: #005c3e; font-weight: normal; }'
    ],wmode: 'transparent'
  });