@CHARSET "UTF-8";
body {
	font-family: Century Gothic, sans-serif;
	background: #6abcd0 url(../images/bg.png) repeat-x;
	color: #135f76;
	padding: 10px 20px;
}
a {
	color: #135f76;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#footer .content ul {
	text-align: right;
}
#footer .content ul li {
	font-size: 12px;
	display: inline;
	padding: 0 8px;
}
hr {
	backgrond-color: #7DC8DF;
	border-color: #7DC8DF;
}
td, th {
	text-align: left;
	vertical-align: top;
}
th {
	padding: 1px 5px;
}
td {
	padding: 1px 15px;
}
table.metryczka {
	width: 100%;
}
table.mala-metryczka {
	width: 300px;
}
table.mala-metryczka td.mala-metryczka {
	width: 250px;
}
table.mala-metryczka tr th, table.metryczka tr th {
	background: #6abcd0;
	color: #fff;
	padding: 1px 5px;
}
table.mala-metryczka tr td, table.metryczka tr td {
	background: #7DC8DF;
	padding: 1px 15px;
}
td.short-row {
	width: 200px;
}
input.input {
	border: 1px solid #135f76;
	padding: 4px;
	width: 400px;
}

.button {
	border: 1px solid #135f76;
	padding: 4px;
}
.button-next {
	float: right;
}
.button-previous {
	float: left;
}
.clear {
	clear: both;
}

textarea {
	font-family: Century Gothic, sans-serif;
	border: 1px solid #135f76;
	padding: 4px;
	width: 100%;
	height: 150px;
	font-size: 13px;
}
table.centered td, table.centered th {
	text-align: center;
	padding: 4px;	
}
table.centered input {
	margin: 5px;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.float-right {
	float: right;
}
.hidden {
	display: none;
}

p input {
	border: 1px solid #135f76;
	padding: 3px 8px;
	font-size: 14px;
	background: #7DC8DF;
	color: #228;
}
p input.submit {
	background: #135f76;
	color: #fff;
}

.help, .help a {
	color: #c11;
	text-align: right;
	text-decoration: none;
}
.wymagane {
}
.comment {
	font-size: 12px;
	color: #fff;
	font-style: italic;
}
.red {
	color: #f00;
}
td.selected {
	border: 1px solid #135f76 !important;
	color: #135f76;
}