
.przycisk {
position:relative;
	border: none;
	width: 167px;
	
	
}	
	
form.kar input:focus {
	background-color: transparent;
}

form.kar div.fileinputs {
	position: relative;
	height: 28px;
	width: 248px;
	background:url(../_gl/tlo_komorka3.gif) no-repeat 0 0;
}

form.kar input.file {
	width: 240px;
	height: 28px;
	margin: 0;
}

form.kar input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.kar div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	z-index: 1;
	width:248px;
}

form.kar div.fakefile input {
	margin-left: 0;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
}
