/* ąśżźćę */
	Cufon.replace(['h1'], {
	  color: '-linear-gradient(#ffc539, #ffb400)',
	  textShadow: '1px 1px 0 #001744',
	  hover: {
	  color: '-linear-gradient(#619401, #ffb400)'}
   });
	 
	Cufon.replace(['.okno .h1 h1'], {
	  color: '-linear-gradient(#4069b8, #2b416d)',
	  textShadow: '1px 1px 0 #ccc',
   });
	 
	 
	Cufon.replace(['h2'], {
	  color: '-linear-gradient(#fff, #f1f1f1)',
	  textShadow: '1px 1px 0 #001744',
	  hover: {
	  color: '-linear-gradient(#619401, #ffb400)'}
   });
	 
	Cufon.replace(['#wynik h2'], {
	  color: '-linear-gradient(#ffc539, #ffb400)',
	  textShadow: '1px 1px 0 #001744',
   });

	Cufon.replace(['#box_instrukcja h2', 'h2.zolty'], {
	  color: '-linear-gradient(#ffc539, #ffb400)',
	  textShadow: '1px 1px 0 #001744',
   });

	Cufon.replace(['#footer a'], {
	  color: '#fefefe',
	  textShadow: '1px 1px 0 #001744',
	  hover: {
	  color: '#ffb400'}
   });
	 

	Cufon.replace(['button', '.button'], {
	  color: '#b90000',
	  textShadow: '1px 1px 0 #fff',
   });

	 
	Cufon.replace(['button.mniejszy span'], {
	  color: '#000',
	  textShadow: '1px 1px 0 #ffbd2e'
   });
	 
	 
	 $(document).ready(function(){
	 
   /* Tooltipy */
	$('.help').tipTip({
     maxWidth: "350px", 
	  edgeOffset: 10,
	  delay: 100
   });
	
	$(".fancybox").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	200, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
	
	$(".fancybox_notes").fancybox({
		'autoDimensions'	: false,	
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'width'         		: 650,
		'titlePosition': 'outside',
		'speedIn'		:	200, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
	
	// Style buttonow w formularzach
	$("button").button();
   
});
	
