input, textarea, select {
	border: 1px solid #999;
	background: #eee;
	font-size: 8pt;
	color: #555;
	font-family: "Courier New", Courier, mono;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #09f;
}	
input:focus, textarea:focus, select:focus {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
option {
	font-size: 8pt;
	color: #000;
	font-family: "Courier New", Courier, mono;
}
input.wpisz_cos {

}
textarea.wpisz_cos {

}
label {
	font-size: 8pt;
	color: #666;
	font-family: "Courier New", Courier, mono;
}