input.szukajka {
		background: url('../img/szukaj_edit.png') no-repeat;
		width: 93px;
		height: 14px;
		font-size: 10px;
		padding-left: 2px;
		padding-right: 5px;
		//background-attachment: fixed;
        border: none;
        color: #999;
	}

input.szukaj {
		background: url('../img/szukaj_submit.png') no-repeat;
		width: 22px;
		height: 22px;
		margin-left: 10px;
        border: none;
	}


input.cpg {
    border: 1px solid #666;
    width: 30px;
    }

div.nav {
    position:relative;
    height: 40px;
    width: 100%;
    }

img.first {
    position: absolute;
    left: 200px;
    top: 7px;
    width: 22px;
    height: 22px;
    }

img.last {
    position: absolute;
    left: 500px;
    top: 7px;
    width: 22px;
    height: 22px;
    }

img.prev {
    position: absolute;
    left: 240px;
    top: 7px;
    width: 22px;
    height: 22px;
    }

img.next {
    position: absolute;
    left: 467px;
    top: 7px;
    width: 22px;
    height: 22px;
    }

input.go {
    visibility: hidden;
    position:absolute;
    }

div.pagesel {
    position:absolute;
    left: 310px;
    top: 10px;
    }

input, textarea, select {
    border: 1px solid #999;
}

input.error {
    border: 2px solid #682020;
    background: #f7bfbf;
    }