.pobierz {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6c20e), color-stop(1, #a6800d));
	background:-moz-linear-gradient(top, #e6c20e 5%, #a6800d 100%);
	background:-webkit-linear-gradient(top, #e6c20e 5%, #a6800d 100%);
	background:-o-linear-gradient(top, #e6c20e 5%, #a6800d 100%);
	background:-ms-linear-gradient(top, #e6c20e 5%, #a6800d 100%);
	background:linear-gradient(to bottom, #e6c20e 5%, #a6800d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c20e', endColorstr='#a6800d',GradientType=0);
	background-color:#e6c20e;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:10px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.pobierz:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a6800d), color-stop(1, #e6c20e));
	background:-moz-linear-gradient(top, #a6800d 5%, #e6c20e 100%);
	background:-webkit-linear-gradient(top, #a6800d 5%, #e6c20e 100%);
	background:-o-linear-gradient(top, #a6800d 5%, #e6c20e 100%);
	background:-ms-linear-gradient(top, #a6800d 5%, #e6c20e 100%);
	background:linear-gradient(to bottom, #a6800d 5%, #e6c20e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6800d', endColorstr='#e6c20e',GradientType=0);
	background-color:#a6800d;
}
.pobierz:active {
	position:relative;
	top:1px;
}

table.steelBlueCols {
  border: 4px solid #555555;
  background-color: #FFFFFF;
  width: 400px;
  text-align: center;
  border-collapse: collapse;
}
table.steelBlueCols td, table.steelBlueCols th {
  border: 1px solid #555555;
  padding: 5px 10px;
}
table.steelBlueCols tbody td {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
table.steelBlueCols td:nth-child(even) {
  background: #FFFFFF;
}
table.steelBlueCols thead {
  background: #398AA4;
}
table.steelBlueCols thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #398AA4;
}
table.steelBlueCols thead th:first-child {
  border-left: none;
}

table.steelBlueCols tfoot td {
  font-size: 13px;
}
table.steelBlueCols tfoot .links {
  text-align: right;
}
table.steelBlueCols tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #398AA4;
  padding: 2px 8px;
  border-radius: 5px;
}