
#formularz td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

#formularz th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formularz form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#formularz input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formularz textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formularz select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formularz ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

#formularz li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formularz ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
} 

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.opcjonalne {
	font-size:9px;
	color:#275050;
}
.info {
	font-size:10px;
	color:#000099;
}
.error {
	font-size:16px;
	color:#CC0000;
}	
.ok {
	font-size:14px;
	color:#006600;
}	
.sekcja {
	font-size:16px;
	font-weight:bold;
	color:#334d55;
}
.input {
	width:300px;
}
.label{
	font-weight:bold;
}
.sekcja_tr {
	background-color:#EEEEEE;
}
.guzik {
	color:#000066;
	background-color:#EEEEEE;
	width:100px;
}	
