input, textarea, select {
	border: 1px solid #000;
	background: #fafafa;
	margin: 1px 0px 3px 0px;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #000;
	background: #fafafa;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #000;
	background: #fff;
}
input.wpisz_cos, select.wpisz_cos {width: 275px;}
textarea.wpisz_cos {width: 275px; height: 80px;}
label {
	width: 280px;
	margin: 3px 0px 1px 0px;
}

input.search_keyword {
	width: 180px;
	height: 20px;
	font-size: 1.2em;
	color: #000;
	border: 1px solid #666;
	background: #fff;
	margin: 0px;
	margin-right: 5px;
	position: relative;
	top: -5px;
}
input.search_keyword:focus, input.search_keyword:hover {
	border: 1px solid #000;
	background: #eee;
	margin-top: 0px;
}
input.search_button {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 1.2em;
	border: 1px solid #fff;
	background: #fff;
	width: 90px;
/* 	height: 20px; */
}
input.search_button:focus, input.search_button:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 1em;
	background: #fff;
}

select#product_select {
	margin: 0px 20px 5px 5px;
	background: #999;
	border-color: #999;
	color: #fff;
	font-weight: bold;
	width: 200px;
}
select#product_select option {
	background: #999;
	border-color: #999;
	color: #fff;
	font-weight: bold;
}

#request input.wpisz_cos, #request textarea.wpisz_cos {
	border: 2px solid #fff;
	background: #fff;
	clear: left;
	margin-bottom: 5px;
	color: #000;
	width: 398px;
}
#request textarea.wpisz_cos {height: 50px;}
#request label {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	width: 390px;
	margin-top: 5px;
	margin-right: 5px;
	clear: none;

}
input.chk {margin-right: 5px;}
input.req_submit {
	background: transparent;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	float: right;
	text-transform: uppercase;
}
input.req_submit:hover, input.req_submit:focus {color: #000;}