.form_pos{
	margin:10px 0px;
	border:0px solid rgb(230,230,230);
	/*width:100%;*/
}
.form_pos  span{
	padding:0px 15px;
	margin-right:20px;
	display:block;
	line-height:50px;
	height:50px;
}

.form_pos a{
	padding:0px 15px;
	margin-right:20px;
	display:block;
	background:rgb(103, 171, 29);
	line-height:50px;
	height:50px;
	float:left;
	clear:right;
	color:white;
}

.form_pos a:hover{ background:rgb(127, 208, 38);color:white;}

label{
	color:black;
	font-size:0.8em;
	display:block;
	margin-top:0px;
}

select{
	border: 1px solid #999;
	background-color: #fff;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	color: #333;
	padding: 6px;
	font-size: 1.0em;
	line-height: 18px;
	width:200px;
}

input[type=text],input[type=date],input[type=password]{
	border: 1px solid #999;
	background-color: #fff;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	color: #333;
	padding: 3px;
	font-size: 1.0em;
	line-height: 18px;
	width:200px;
}

input#prod_search::placeholder{
	
	color:darkblue;
	
}

input#prod_search:focus::placeholder{
	
		color:lightgray;
}	

input[type=date]{
	font-size: 1.2em;
}

input[type=checkbox],input[type=radio]{
	border: 1px solid #999;
	background-color: #fff;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	color: #333;
	line-height: 18px;
	padding: 3px;
	font-size: 1.0em;
	width:20px;
	height:20px;
	line-height:20px;
}

input[type=checkbox].zgoda{
line-height: 9px;
padding: 3px;
font-size: 1.0em;
width:20px;
height:20px;
}

.form_col{
	float:left;
	display:block;
	border:0px solid rgb(230,230,230);
	margin-right:0px;
}

.form_col input[type=text]{
	width:90%;
}

#formUpdateArtykulTextKA,#formUpdateArtykulGAIntranet{
	border-radius: 5px;
	background:lightgray;
}

#formUpdateArtykulKA,#formUpdateArtykulUAIntranet{
	margin-top:10px;
	border-radius: 5px;
	background:lightgray;
	
}

#formUpdateKategorieDodatkowe{
	padding: 10px;
	border-radius: 5px;
	background:lightgray;
}
	
}
