
input {font-size:11px; font-weight: bold; font-family: Arial, Verdana}
input.checkbox {background: none; border: none; width: 20px}
input.button {width: 75px}
textarea {font-size:11px; font-weight: bold; font-family: Arial, Verdana; width: 300px; height: 80px}
select {font-size:11px; font-weight: bold; font-family: Arial, Verdana}


table#formularz
{
	background: #FFFFFF;
}
table#formularz tr td
{
	padding: 2px;
	background: #EEEEEE;
	color: #444444;
	font-weight: bold;
}
table#formularz tr#head td
{
	background: #DDDDDD;
	color: #3AA8E2;
	font-weight: bold;
	font-size: 16px;
}
table#formularz tr td input
{
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	font-size: 10px;
	color: #000000;
	height: 16px;
	width: 150px;
}
table#formularz tr td.info
{
	color: #FFFFFF;
	background: #CA0000;
}
table#formularz tr td.textBoldInfo
{
	color: #CA0000;
	font-weight: bold;
}
table#formularz tr td input#go
{
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	font-size: 10px;
	height: 16px;
}
table#formularz tr#field td
{
	background: #BBBBBB;
	height: 16px;
	text-align: center;
}
table#formularz tr td textarea
{
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	font-size: 10px;
	width: 250px;
}

