@CHARSET "UTF-8";

.clr {
	clear: both;
	height: 1px;
}

.clr2 {
	overflow: hidden;
	width: auto;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

/* TABLE */
table.std {
	width: 100%;
	border-collapse: collapse;
}

td.lp {
	text-align: center;
}

td.text {
	text-align: left;
	padding-left: 6px !important;
}

td.int {
	text-align: right;
	padding: 0 10px !important;
}

td.right {
	text-align: right;
	padding: 1px;
	padding-right: 10px !important;
}

td.date,.center {
	text-align: center;
	vertical-align: middle;
}

td.top {
	vertical-align: top;
}

/* skroty */
.f_l {
	float: left;
}

.f_r {
	float: right;
}

/* formularze */
.required {
	font-weight: bold;
}

ul.errors {
	margin: 1px 0px;
	margin-top: 3px;
	list-style: none;
	padding-left: 20px;
}

ul.errors li {
	width: 100%;
}

.error,ul.errors {
	color: red;
}