input, textarea, select {
	border: 1px solid #000;
	background: #fafafa;
	margin: 3px 1px 3px 1px;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #000;
	background: #fff;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #79661a;
	background: #fff;
}
input.wpisz_cos, select.wpisz_cos {
	width: 200px;
}
textarea.wpisz_cos {
	width: 200px;
	height: 80px;
}
label {
	float: left;
	width: 150px;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	clear: left;
}
#browse_by label {
	width: auto;
	padding-top: 2px;
	float: none;
}
input.black {
	font-size: 8pt;
	color: #fff;
	background: #000;
}
input#phrase {
	width: 110px;
}
input.qty_field {
	width: 50px;
}
input.newqtybutton {
	font-size: 8pt;
	color: #fff;
	background: #000;
	width: 52px;
}
fieldset {
	padding: 10px;
	border: 1px solid #79651A;
	margin-top: 10px;
	margin-bottom: 10px;
}
legend {
	font-size: 12pt;
	font-weight: 900;
	color: #79651A;
	padding-left: 3px;
	padding-right: 3px;
}
input#change_data {
	margin-left: 11px;
}
input#phrase {
	width: 110px;
	margin-top: 3px !important;
	height: 20px;
}
input#quick_search {
	width: 90px;
	margin-top: 3px !important;
	height: 22px;
}

