form {
	width: 404px;
	margin: 10px;
}
label {
	display: block;
	padding: 1px;
}
label input {
	margin-bottom:-2px;
	margin-right:4px;
}
.left {
	width: 160px;
	float: left;
	margin-left: 6px;
}
.left2 {
	width: 160px;
	float: left;
	margin-left: 23px;
}
.right {
	width: 156px;
	margin-left: 68px;
	margin-bottom: 23px;
}
.right2 {
	width: 156px;
	margin: 10px auto;
}
.tytul {
	margin-bottom: 5px;
}
#buttony {
	text-align: center;
	width: 160px;
	position: absolute;
	left: 235px;
	bottom: 82px;
}
#submit {
	background: url(img/button.png) no-repeat;
	width: 134px;
	height: 22px;
	font-size: 0pt;
	cursor: pointer;
}
#glos {
	background-color: transparent;
	color: #EFE2C4;
	font-size: 8pt;
	margin-top: 3px;
	cursor: pointer;
}
#stat {
	width: 300px;
	margin: 15px auto;
	text-align: center;
}	
.clear {
	position: relative;
	left: 12px;
}
tbody tr:hover {
	background-color: #ffffc6;
	cursor: default;
}
.slupki {
	background-color: #6F6830;
	height: 12px;
	margin: 2px;
	padding: 3px;
}
.float .slupki {
	padding: 3px;
}
.pozycje {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 125px;
	text-align: right;
	font-size: 11px;
}
.float .pozycje {
	width: 135px;
}
.wiersz {
}
.float {
	float: left;
	margin-right: 5px;
}
table {
	width: 98%;
	margin: 0px auto;
}
thead {
	text-align: center;
	font-weight: bold;
}
tbody tr {
	cursor: default;
	text-align: center;
}

/* ADMIN */

#logowanie {
	width: 300px;
	margin: 0px auto;
}
#logowanie fieldset {
	padding: 20px;
}
#logowanie label {
	margin: 6px;
}
#logowanie input {
	width: 150px;
}