img.user-left {
	float: left;
	margin: 1em 1em 1em 0;
}
img.user-right {
	float: right;
	margin: 1em 0 1em 1em;
}
img.user-none {
	float: none;
	display: block;
	margin: 1em auto;
}

a.user-file {
	color: #990000;
}

br.clear {
	clear: both;
	height: 0;
}


table.user-table {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse
}
	table.user-table caption {
		background-color: #999;
		color: #fff;
		padding: 0.25em 0;
	}
	table.user-table td {
		text-align: center;
		border: 1px solid #999;
		padding: 0.5em 0;
	}

.czerwony {
	color: #900;
}
.niebieski {
	color: #009;
}

