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;
}

#create {
	background: red;
	font-weight: bold;
	color: #fff;
}

textarea.wpisz_cos {
	width: 200px;
	height: 80px;
}

label {
	float: left;
	width: 150px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	clear: left;
}

#browse_by label {
	width: auto;
	float: left;
	padding: 2px;
}

#browse_by select {
	border: 0;
	display: inline;
	float: left;
	font-weight: bolder;
}

input#browse_sub {
	border: 0;
	display: inline;
	color: #000;
	background: #fff;
	float: left;
	font-size: 120%;
	font-weight: bolder;
}

input#browse_sub:hover {
	color: #999;
}


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;
}

#qsearch input {
	border: 1px solid #000;
	background: #fafafa;
	margin: 3px 1px 3px 1px;
	float: left;
	display: inline;
}
input#quick_search {
	width: 60px;
	border: 0;
	margin-top: 3px !important;
	height: 22px;
	float: left;
	font-weight: bold;
}

input#quick_search:hover{
	color: #999;
}

input.front {
	width: 90%;
	height: 22px;
}

#login {
	border: 0;
	color: #666;
	background: #fff;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;	
}

input#login:hover {
	color: #000;
}

div.register {
	display: block;
	clear: right;
	border-top: 1px solid #666;
	text-align: center;
	margin-right: 20px;
	width: 90%;
}

div.register a{
	color: #666;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}

div.register a:hover {
	color: #000;
}


