$(document).ready(function(){
				$('#txtImie').autofill({
					value: 'Imię',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtNazwisko').autofill({
					value: 'Nazwisko',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtEmail').autofill({
					value: 'Email',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
                                $('#txtEmailRe').autofill({
					value: 'Powtórz adres email',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtHaslo').autofill({
					value: '######',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtConfirmpass').autofill({
					value: '######',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtStanowisko').autofill({
					value: 'Stanowisko w firmie',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtFirma').autofill({
					value: 'FIRMA',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtNip').autofill({
					value: 'NIP lub numer VAT',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtLogin').autofill({
					value: 'Email',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txt2Pass').autofill({
					value: '******',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtTytulReklamy').autofill({
					value: 'Tytuł reklamy (maks. 70 znaków)',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtAdresWww').autofill({
					value: 'Strona internetowa firmy (opcjonalne)',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#a1').autofill({
					value: 'Dodatkowy opis (maks. 320 znaków)',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtOfertaStanowisko').autofill({
					value: 'Stanowisko (maks. 70 znaków)',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtOfertaReferencje').autofill({
					value: 'Numer referencyjny oferty (opcjonalne)',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtOfertaMiasto').autofill({
					value: 'Miasto',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#a2').autofill({
					value: '',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#a6').autofill({
					value: 'np. rekrutacja@company.pl',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#a7').autofill({
					value: 'np. http://www.company.rekrutacja.pl',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtKeywords').autofill({
					value: 'Słowa kluczowe',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});

                                $('#txtKeywords2').autofill({
					value: 'Słowa kluczowe',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});

                                $('#txtKeywords3').autofill({
					value: 'Słowa kluczowe',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
                                
				$('#txtKeywordsPowiadomienia').autofill({
					value: 'Słowa kluczowe',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				
				$('#txtKeywordsAnalizaWynagrodzen').autofill({
					value: 'Słowa kluczowe',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				
				$('#txtTytulCV').autofill({
					value: '',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtOstatniaFirma').autofill({
					value: '',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtStanowiskoTam').autofill({
					value: '',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtAdresWww2').autofill({
					value: 'Strona internetowa firmy (opcjonalne)',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtWizytowka').autofill({
					value: '',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtCvMiasto').autofill({
					value: '',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtdodajCV').autofill({
					value: 'Dodaj CV',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
				$('#txtReferencja').autofill({
					value: 'Referencja',
					defaultTextColor: '#888',
					activeTextColor: '#000'
				});
			});
