#srodek h1 {
	font-size:18px;
	color:#333333;
	margin:10px 0; 
}
#srodek h2 {
	font-size:14px;
	color:#444444;
	margin:10px 0;
	text-align:center;
}
#srodek h3 {
	font-size:12px;
	color:#555555;
	margin:10px 0;
	text-align:center;
}

#teamsList {
	text-align:center;
	vertical-align:middle;
	width:100%;
}
#teamsList th {
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}
#teamsList td {
	vertical-align:middle;
}

#teamsList td p.score {
	font-size:38px;
	color:green;
}

#teamsList td, #teamsList th {
	padding:5px;
}
#teamsList td.teamName {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	vertical-align:bottom;
}
form#form {
	text-align:center;
}
#form fieldset {
	text-align:left;
	width:400px;
	margin:0 auto;
}
#form label {
	display:block;
	margin:10px 0;
}
#form select {
 font-size:11px;
}
#form label span{
	text-align:left;
	display:block;
	font-weight:bold;
	padding:2px 0;
}
#form label input.txt, #form input.txt{
	font-weight:normal;
	font-size:11px;
	width:400px;
}
#form div.btns {
	text-align:center;
	margin:5px 0 10px 0;
	padding-top:5px;
	border-top:1px dotted #666666;
}
#form div.btns input {
	font-size:11px;
}
