@charset "utf-8";
/* CSS Document */


input.txt,
.opcje input.txt {
	width: 150px;
	font-size: 11px;
	background-color: #282424;
	border: 1px solid #000;
	color: #FFF;
}

select.txt,
textarea.txt,
.opcje select.txt {
	border: 1px solid #000;
	font-size: 11px;
	background-color: #282424;
	color: #FFF;
}

input.kod,
.opcje input.kod  { width: 200px; }

input.slownie,
.opcje input.slownie { width: 280px; }

.opcje input.oplata_pobrana { width: 550px; font-size: 10px; }

input.rst {
	border: 1px solid #1F1B1B;
	background-color: #282424;
	color: #D8D1D1;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	margin: 5px;
}
	input.rst:hover {
		border: 1px solid #282424;
		background-color: #1F1B1B;
		color: #fff;		
	}
	
	
input.dlugi {
	width: 370px;
}

input.krotki {
	width: 40px;
}

fieldset.opcje {
	border: 1px solid #F60;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.opcje input.txt {
		border: 1px solid #606D12;
	}
	.opcje select.txt {
		border: 1px solid #606D12;
	}
	
	
	fieldset.opcje legend {
		color:#F60;
	}
	
	
label.typ_druczkow {
	color: #C3DD35;
	font-weight: bold;
}

