
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; max-width: 300px; padding: 4px 7px 3px 7px; text-align: center; box-shadow: 0px 0px 7px black; -moz-box-shadow: 0px 0px 7px black; -webkit-box-shadow: 0px 0px 7px black; -khtml-box-shadow: 0px 0px 7px black; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n, .tipsy-arrow-s, .tipsy-arrow-e, .tipsy-arrow-w { border-bottom-color: #000; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

#pasekdolny
{
	text-align: center;
	position: fixed;
	margin: 0;
	z-index: 99;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 36px;
}

#pasekdolny2
{
	color: #f3f6ff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin: 0 auto;
	text-align: center;
	background: linear-gradient(90deg, #1a2b4f 0%, #213a6b 50%, #1a2b4f 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	width: 100%;
	height: 36px;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.35);
}

.napasku
{
	float: left; 
	text-align: left; 
	padding-top: 9px;
	padding-left: 6px;
	height: 28px;
}

.napasku3
{
	float: left; 
	text-align: left; 
	padding-top: 9px;
	padding-left: 25px;
	border: 0px;
	height: 28px;
	width: 916px;
	background-image: -moz-linear-gradient(top, #525252, #363636);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#363636));
	background-image: -o-linear-gradient(top, #525252, #363636);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#363636');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#363636')';
	background-image: linear-gradient(top, #525252, #363636);
	color: #EBEBEB;
}

.np_1 {
	width: 242px;
}

.np_2 {
	width: 282px;
}

.record	{ 
	padding: 0px; 
	border: 1px solid ; 
	margin-bottom: 14px;
	background-image: -moz-linear-gradient(top, #525252, #363636);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#363636));
	background-image: -o-linear-gradient(top, #525252, #363636);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#363636');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#363636')';
	background-image: linear-gradient(top, #525252, #363636);
	font-size: 12px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	height: 44px;
}

ul.marquee li {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	white-space: nowrap;
	letter-spacing:0px;
	padding: 0px 0px;
	height: 44px;
}

fieldset {
  border: 1px solid #aaa;
  padding: 2px 14px 14px 14px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 5px;
}

fieldset legend {
  font-weight: bold;
  padding: 6px;
}