body { 
	background-color: #140004;
	background-image:url(/video/6.mp4);
	background-position: top center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	color: #EBEBEB; 
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

.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; }

html, body {
	height: 100%;
}
 
a { 
	color: #EBEBEB; 
	text-decoration: none; 
}
	
a:focus, a:hover, .apozdro:hover     {
	color: #99011F;
}

.apozdro { 
	color: #EBEBEB; 
	text-decoration: none; 
}
 
#container {
	background: url(../images/gciemny.jpg) #525252;
	
	margin: 0 auto 0 auto;
	width: 916px;
	border: 1px solid #99011F;
	border-top: none;
	border-bottom: none;
	box-shadow: 0px 0px 15px #99011F;
	-moz-box-shadow: 0px 0px 15px #99011F;
	-webkit-box-shadow: 0px 0px 15px #99011F;
	-khtml-box-shadow: 0px 0px 15px #99011F;
	min-height: 100%;
	height:auto !important;
	height:100%;
	padding-top: 1px;
}

::-webkit-scrollbar {
	width: 8px;
}

#czato::-webkit-scrollbar, #czat::-webkit-scrollbar, textarea::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
}

#logo {
	background: url(../images/nowelogo2.png) no-repeat center #99011F;
	width: 160px;
	height: 40px;
	float: left;
	border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	-khtml-border-radius: 0px 0px 0px 5px;
	-webkit-border-radius: 0px 0px 0px 5px;
}

.topblok1 {
	position: fixed;
	width: 100%;
	height: 44px;
	top: 0px;
	left: 0px;
	z-index: 999;
	box-shadow: 0px 0px 12px black;
	-moz-box-shadow: 0px 0px 12px black;
	-webkit-box-shadow: 0px 0px 12px black;
	-khtml-box-shadow: 0px 0px 12px black;
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
	
	border-bottom: 1px solid #525252;
}

.topblok2-2 {
	width: 894px;
	height: 44px;
	margin: 0 auto;
}

.podmenu {
	position: absolute;
	width: 733px;
	margin-left: 175px; 
	margin-top: 6px;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #292929;
	overflow: hidden;
}

.itemtop {
	width: 94px;
	padding-top: 8px;
	height: 22px;
	float: left;
	margin: 0px;
	border-right: 1px solid #575757;
	border-left: 1px solid #525252;
	text-align: center;
	color: #EBEBEB;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
}

.itemtop:hover {
	color: #99011F;
	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);
}

#zaslona {
	position: fixed;
	background-color: black;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 800;
	display: none;
}

#msgtopbox {
	position: fixed;
	width: 500px;
	left: 50%;
	top: 46px;
	margin-left: -260px;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	box-shadow: 0px 0px 12px black;
	-moz-box-shadow: 0px 0px 12px black;
	-webkit-box-shadow: 0px 0px 12px black;
	-khtml-box-shadow: 0px 0px 12px black;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	z-index: 900;
	display: none;
	padding: 10px;
	color: #EBEBEB;
	border: 1px solid black;
	border-top: none;
}

#deletemessage {
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 0px;
	margin-left: 482px;
	margin-top: 0px;
	cursor: pointer;
	border: none;
	background: url('../images/deletepost2.png') center no-repeat;
}

#refpozdro {
	position: absolute; 
	width: 20px; 
	height: 20px; 
	background: grey; 
	margin-left: 573px; 
	margin-top: 4px;
	background: url(../images/loadpozdro2.gif);
	display: none;
}

.warningpozdro {
	display: block;
	margin-top: 10px;
	border: 1px solid red;
	font-weight: bold;
	background: white;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
}

#lewa {
	width: 260px;
	float: left;
	margin: 12px 12px 12px 9px;
}



#nawigacja {
	width: 260px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-khtml-box-shadow: 0px 0px 10px #000000;
}

#nawigacja1{
	padding: 5px;
	padding-right: 3px;
	padding-left: 10px;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border: 1px solid #575757;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	color: #EBEBEB;
	line-height: 16px;
}

#nawigacja2{
	padding: 0px;
	margin-top: 0px;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
}

#nawigacja2p {
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #575757;
	border-top: none;
	background: #3D3D3D;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-khtml-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px; 
	padding-bottom: 5px;
}

#nawigacja3{
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	border: 1px solid #575757;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
}

#nawigacja-naglowek {
	padding-left: 10px;
	padding-top: 7px;
	height: 24px;
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
	
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.tlo-naglowek {
	background-color: #99011F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	font-size: 16px;
	text-align: center;
	padding: 8px;
	margin: 1px;
}

.listamenu { 
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	font-size: 12px;
}

.listamenu li {
	border-top: 1px solid #575757;
	height: 26px;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
}

.listamenu li:hover {
	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-weight: bold;
}

.listamenu li a {
	display: block;
	padding-top: 6px;
	padding-left: 18px;
	height: 26px;
	color: #EBEBEB;
}

.listamenu li a:hover {
	color: #99011F;
}

.listamenu2 { 
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	font-size: 12px;
}

.listamenu2 li {
	border-top: 1px solid #575757;
	height: 26px;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
}

.listamenu2 li:hover {
	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-weight: bold;
}

.listamenu2 li a {
	display: block;
	padding-top: 6px;
	padding-right: 18px;
	height: 26px;
	color: #EBEBEB;
}

.listamenu2 li a:hover {
	color: #99011F;
}

.obokface {
	width: 325px;
	height: 185px;
	position: absolute;
	margin-top: -185px;
	margin-left: 292px;
	border-left: 1px solid #575757;
}

.obokface td {
	border-bottom: 1px dashed #575757;
}

#primary {
	width: 629px;
	float: left;
	margin-bottom: 10px;
	margin-top: 12px;
}

#srodek {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-khtml-box-shadow: 0px 0px 10px #000000;
	width: 625px;
	
}

#srodek1 {
	padding-top: 7px;
	color: white;
	padding-left: 39px;
	height: 24px;
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	width: 586px;
	font-size: 13px;
	font-weight: bold;
}

#srodek2 {
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border: 1px solid #575757;
	border-top: none;
	padding: 10px;
	width: 603px;
	font-size: 11px;
	color: #EBEBEB;
	min-height: 42px;
}

#blink {
	position: absolute;
	margin-top: -68px;
	margin-left: 280px;
	width: 48px;
	height: 48px;
	background: url(../images/mailbig.png) center no-repeat;
}

#info {
	background: url(../images/zapytanie2ciemny.png) center no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 9px;
	margin-top: 5px;
}

#srodek3 {
	padding: 3px 6px;
	padding-bottom: 7px;
	background: #474747;
	border: 1px solid #575757;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

.srodektlo {
	background: #474747;
}

#srodek4 {
	background: #474747;
	border: 1px solid #575757;
	border-top: none;
	padding: 10px;
	width: 603px;
	height: 18px;
	font-size: 11px;
	color: #EBEBEB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#koniec { 
	clear:both; 
	}

#stopka {
	margin-top: 10px;
	border-top: 1px solid #9E9E9E;
	padding: 10px;
	padding-bottom: 60px;
	color: #EBEBEB;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}

#stopka a {
	color: #99011F;
}

#stopka a:hover, .podkreslenie:hover  {
	text-decoration: underline;
}

.podkreslenie2:hover  {
	text-decoration: underline;
	color: #EBEBEB;
}

#dolnypasek
{
	text-align: center;
	position: fixed;
	margin: 0;
	z-index: 99;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 31px;
}

#dolnypasek2
{
	color: white;
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
	border-top: 1px solid #525252;
	width: 916px;
	height: 31px;
	box-shadow: 0px 0px 12px black;
	-moz-box-shadow: 0px 0px 12px black;
	-webkit-box-shadow: 0px 0px 12px black;
	-khtml-box-shadow: 0px 0px 12px black;
}

.napasku
{
	float: left; 
	text-align: left; 
	padding-top: 8px;
	padding-left: 60px;
	height: 26px;
}

.napasku3
{
	float: left; 
	text-align: left; 
	padding-top: 8px;
	padding-left: 25px;
	border: 0px;
	height: 26px;
	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: 277px;
}

.np_2 {
	width: 310px;
}

.record	{ 
	padding: 0px; 
	border: 1px solid #737373; 
	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: 40px;
}

ul.marquee li {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	white-space: nowrap;
	letter-spacing:0px;
	padding: 0px 0px;
	height: 42px;
}

.li2 {
	position: absolute;
	top: 10;
	left: 0;
	white-space: nowrap;
	letter-spacing:0px;
	padding-top: 10px;
	height: 42px;
}

.ajaxloader {
	height: 50px;
	width: 50px;
	margin-top: -25px; 
	margin-left: -25px;
	position: fixed;
	top: 50%; 
	left: 50%;
	display: none;
	cursor: auto;
}

.bigload {
	position: fixed;
	width: 625px; 
	height: 100%; 
	margin-top: -25px; 
	z-index: 999;
	display: none;
}

.load1 {
	background-color: #0F0F0F;
	z-index: 888;
	opacity: 0.9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	-khtml-box-shadow: 0px 0px 20px black;
	color: white;
}

.load2 {
	background: url(../images/ajax-loader.gif) center no-repeat;
	z-index: 999;
}

.success {
	background: url(../images/ok.png) left top no-repeat;
	z-index: 999;
	color: white;
	padding-top: 7px;
	width: 295px;
	padding-left: 40px;
	font-weight: bold;
	height: 32px;
	margin-top: -15px; 
	margin-left: -167px;
	position: fixed;
	top: 50%; 
	left: 50%;
	display: none;
	font-size: 13px;
	text-align: left;
	cursor: auto;
}

.quest {
	background: url(../images/help.png) left top no-repeat;
	z-index: 999;
	color: white;
	padding-top: 7px;
	width: 440px;
	padding-left: 40px;
	height: 32px;
	margin-top: -15px; 
	margin-left: -220px;
	position: fixed;
	top: 50%; 
	left: 50%;
	display: none;
	font-size: 13px;
	text-align: left;
	cursor: auto;
}

.odpowiedz {
	position: absolute;
	background-color: #0F0F0F;
	z-index: 888;
	opacity: 0.9;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	-khtml-box-shadow: 0px 0px 20px black;
	width: 55px;
	padding-top: 4px;
	height: 22px;
	margin-top: 33px;
	color: white;
	font-size: 12px;
	text-align: center;
	font-weight: none;
	letter-spacing: 1px;
	cursor: pointer;
}

.odpowiedz:hover {
	color: #99011F;
	border: 1px solid #99011F;
	border-top: none;
}

.tak {
	margin-left: 260px;
}

.nie {
	margin-left: 330px;
}

.tak:hover
{
	margin-left: 259px;
}

.nie:hover
{
	margin-left: 329px;
}

.user_accept {
	background: url(../images/user_accept.png) left top no-repeat;
	z-index: 999;
	color: white;
	padding-top: 7px;
	width: 290px;
	padding-left: 40px;
	font-weight: bold;
	height: 32px;
	margin-top: -15px; 
	margin-left: -165px;
	position: fixed;
	top: 50%; 
	left: 50%;
	display: none;
	font-size: 13px;
	text-align: left;
	cursor: not-allowed;
}

.error {
	background: url(../images/nook.png) left top no-repeat;
	z-index: 999;
	color: white;
	padding-top: 7px;
	width: 295px;
	padding-left: 40px;
	font-weight: bold;
	height: 32px;
	margin-top: -15px; 
	margin-left: -167px;
	position: fixed;
	top: 50%; 
	left: 50%;
	display: none;
	font-size: 13px;
	text-align: left;
	cursor: auto;
}

.zakladka {
	width: 180px;
	border: 1px solid #9E9E9E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding-top: 4px;
	height: 20px;
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
	color: white;
	margin-left: 35px;
	cursor: pointer;
	margin-top: 5px;
}

.zakladka:hover {
	background: #99011F;
}

.kolorystyka {
	width: 55px; 
	height: 50px;
	margin: 7px;
	cursor: pointer;
	border: 1px solid #808080;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}

.karnacja1 {
	width: 55px; 
	height: 50px;
	margin: 7px;
	cursor: pointer;
	border: 1px solid #808080;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
}

.karnacja2 {
	width: 55px; 
	height: 50px;
	margin: 7px;
	cursor: pointer;
	border: 1px solid #808080;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	background-image: -moz-linear-gradient(top, #525252, #3d3d3d);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3d3d3d));
	background-image: -o-linear-gradient(top, #525252, #3d3d3d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3d3d3d');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3d3d3d')';
	background-image: linear-gradient(top, #525252, #3d3d3d);
}

.karnacja3 {
    width: 55px;
    height: 50px;
    margin: 7px;
    cursor: pointer;
    border: 1px solid #808080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    background-image: -moz-linear-gradient(top, #1b1b1b, #1b1919);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#1b1b1b), to(#1b1919));
    background-image: -o-linear-gradient(top, #1b1b1b, #1b1919);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#1b1919');
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#1b1919')';
    background-image: linear-gradient(top, #1b1b1b, #1b1919);
}

.karnacja4 {
    width: 55px;
    height: 50px;
    margin: 7px;
    cursor: pointer;
    border: 1px solid #808080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    background-image: -moz-linear-gradient(top, #3a0101, #190303);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#3a0101), to(#190303));
    background-image: -o-linear-gradient(top, #3a0101, #190303);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a0101', endColorstr='#190303');
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a0101', endColorstr='#190303')';
    background-image: linear-gradient(top, #3a0101, #190303);
}

.kolorystyka:hover, .karnacja2:hover, .karnacja1:hover {
	border: 1px solid #000000;
}

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;
}

input[type=text],
input[type=password],
input[type=number],
textarea {
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border: 1px solid #9E9E9E;
	padding: 5px 8px;
	margin: 2px 0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	outline: none;
}

.show_3a {
	display: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border: 1px solid #99011F;
	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);
	outline: none;
}

select{
	background: url(../images/selectdown.png) no-repeat right center, -moz-linear-gradient(top, #525252, #3D3D3D);
	background: url(../images/selectdown.png) no-repeat right center, -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background: url(../images/selectdown.png) no-repeat right center, -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background: url(../images/selectdown.png) no-repeat right center, linear-gradient(top, #525252, #3D3D3D);
	width: 138px;
	border: 1px solid #9E9E9E;
	padding: 4px 4px;
	padding-right: 16px;
	margin: 2px 0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	-webkit-appearance: none;
	outline: none;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select:focus{
	border: 1px solid #99011F;
	background: url(../images/selectdown.png) no-repeat right center, -moz-linear-gradient(top, #525252, #363636);
	background: url(../images/selectdown.png) no-repeat right center, -webkit-gradient(linear, center top, center bottom, from(#525252), to(#363636));
	background: url(../images/selectdown.png) no-repeat right center, -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: url(../images/selectdown.png) no-repeat right center, linear-gradient(top, #525252, #363636);
}

#inputczat {
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	width: 522px;
	margin-left: 8px;
	color: grey;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	font-size: 11px;
	outline: none;
}

#submitczat {
	display: block;
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border: 1px solid #8C8C8C;
	border-left: none;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-khtml-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	cursor: pointer;
	color: #EBEBEB;
	font-size: 12px;
	width: 66px;
	height: 29px; 
	text-align: center;
	position: absolute;
	padding: 0px;
	margin-top: -31px;
	margin-left: 548px;
	outline: none;
}

.inputtlo {
	margin-left: 5px;
	margin-right: 2px;
	width: 85px;
}

.czatgodzina {
	width: 30px; 
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border-bottom: 1px solid #575757; 
	color: grey;
	vertical-align: top;
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

.czatpost img {
	vertical-align: middle;
}

.linkgora {
	color: white;
}

.linkgora:hover {
	text-decoration: underline;
	color: white;
}

.czatpost {
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border-bottom: 1px solid #575757; 
	color: #EBEBEB;
	padding-top: 5px; 
	padding-bottom: 5px;
	vertical-align: top; 
	text-align: left;
}

#inputczat:focus {
	color: #000000;
	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);
	border-color: #99011F;
	outline: none;
}

.input::-moz-focus-inner { border: 0; padding: 0; margin:0; }

.odswiezaj{
	background-image: url(/images/refresh.png);
	background-position: top center;
	background-repeat: no-repeat;
	border:0;
	font-size: 100%;
    color: #545454; 
    font-family: Arial;
	width: 16px; 
	height: 16px; 
	position: absolute; 
	margin-top: 8px;
	margin-left: 600px;
	cursor: pointer;
	opacity: 0.7;
}

.pencil{
	background-image: url(/images/pencil.png);
	background-position: center;
	background-repeat: no-repeat;
	border:0;
	font-size: 100%;
    color: #545454; 
    font-family: Arial;
	width: 16px; 
	height: 16px; 
	position: absolute; 
	margin-top: 8px;
	margin-left: 580px;
	cursor: pointer;
	opacity: 0.7;
}

.pencil:hover, .odswiezaj:hover {
	opacity: 1.0;
}

#upmini{
	background-color: black;
	background-image: url(/images/upmini.png);
	background-position: right center;
	background-repeat: no-repeat;
	border:0;
	font-size: 10px;
    color: white; 
	width: auto; 
	position: absolute; 
	margin-top: 100px;
	margin-left: 540px;
	padding: 3px;
	padding-left: 7px;
	padding-right: 19px;
	opacity: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
	z-index: 790;
}

.butopcje {
	background: url(../images/gray_18/gear.png) no-repeat center;
}

.butopcje:hover {
	background: url(../images/color_18/gear.png) no-repeat center;
}

#submitczat:hover {
	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: #99011F}

option {
	background: #525252;
	color: #ffffff;
}

textarea {
	width: 97%;
	margin-bottom: 6px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
}

.submit,
.button,
.button2 {
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border: 1px solid #9E9E9E;
	text-align: center;
	color: #EBEBEB;
	font-size: 11px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.submit:hover,
.button:hover,
.button2:hover {
	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: #99011F;
}

.submit:active,
.button:active,
.button2:active {
	outline: none;
}

.submit { padding: 5px 12px; }
.button { padding: 5px 10px 4px; }
.button2{ padding: 3px 8px 3px; }

.field_desc {
	padding-left: 6px;
	color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.logowanie1 {
	height: 165px;
	width: 400px;
	margin-top: -80px; 
	margin-left: -200px;
	position: fixed;
	top: 50%; 
	left: 50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 15px #99011F;
	-moz-box-shadow: 0px 0px 15px #99011F;
	-webkit-box-shadow: 0px 0px 15px #99011F;
	-khtml-box-shadow: 0px 0px 15px #99011F;
	background: #474747;
	color: #EBEBEB;
}

.gradient2 {
	background-color: #3D3D3D;
}

.logowanie2 {
	width: 400px;
	height: 40px;
	float: left;
	margin-left: 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin-bottom: 10px;
}

.logowanie3 {
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
	
	width: 160px;
	height: 40px;
	float: left;
	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	-khtml-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
}

.logowanie4 {
	width: 240px;
	height: 27px;
	float: left;
	margin: 0px;
	border: none;
	border-bottom: 1px solid #575757;
	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	-khtml-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	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: 14px;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	color: #8C8C8C;
}

input.inputlogowanie {
	border: 1px solid #99011F;
	width: 150px;
	padding: 4px;
	color: #EBEBEB;
	margin: 0px;
	outline: none;
}

input.loginsubmit {
	border: none;
	height: 35px;
	width: 84px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #F68701;
	outline: none;
}

.buttonlogowanie {
	border: 1px solid #99011F;
	padding: 8px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
}

.input_field {
	padding: 3px 6px;
	margin: 0px 0px 4px 0px;
}

.input_field label {
	display:block;
	text-align:right;
	width:90px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}

#infologowanie {
	width: 400px; 
	height: 20px;
	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;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	position: absolute; 
	box-shadow: 0px 0px 15px #99011F;
	-moz-box-shadow: 0px 0px 15px #99011F;
	-webkit-box-shadow: 0px 0px 15px #99011F; 
	-khtml-box-shadow: 0px 0px 15px #99011F;
	left: 50%; 
	top: 50%; 
	margin-left: -200px;
	margin-top: -115px;
	text-align: center;
	padding-top: 4px;
}

#wiadomosc {
	padding-left: 10px;
	padding-top: 7px;
	height: 50px;
	width: 625px;
	background-image: linear-gradient(-20deg, #000 25%, bottom #99011F); 
	color: white;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-khtml-box-shadow: 0px 0px 10px #000000;
}

.wiecej {
	position: absolute;
	margin-left: 561px;
	margin-top: 1px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: 0.7;
}

.wiecej:hover {
	opacity: 1;
}

.tabelauserzy {
	border-top: 1px solid #575757;
	border-left: 1px solid #575757;
	border-right: none;
	border-bottom: none;
	width: 100%;
}

.tabelauserzy td {
	background-image: -moz-linear-gradient(top, #525252, #3D3D3D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3D3D3D));
	background-image: -o-linear-gradient(top, #525252, #3D3D3D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3D3D3D')';
	background-image: linear-gradient(top, #525252, #3D3D3D);
	border-top: none;
	border-left: none;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #575757;
	padding-top: 4px;
	padding-bottom: 4px;
}

.komorkatabeli {
	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;
	height: 20px;
}

table { 
	border-collapse: separate; 
	border-spacing: 0; 
	vertical-align: middle;
	width: 100%;
}

.buten {
	height: 18px;
	width: 18px;
	border: none;
	cursor: pointer;
	margin-left: 1px;
	argin-right: 1px;
	outline: none;
}

.butd, .butd2 {
	background: url(../images/gray_18/trash_can.png) no-repeat center;
}

.butd:hover {
	background: url(../images/color_18/trash_can.png) no-repeat center;
}

.bute, .bute2 {
	background: url(../images/gray_18/pencil.png) no-repeat center;
}

.bute:hover {
	background: url(../images/color_18/pencil.png) no-repeat center;
}

.butl {
	background: url(../images/gray_18/zoom.png) no-repeat center;
}

.butl:hover {
	background: url(../images/color_18/zoom.png) no-repeat center;
}

.buta {
	background: url(../images/gray_18/clip.png) no-repeat center;
}

.buta:hover {
	background: url(../images/color_18/clip.png) no-repeat center;
}

.butb {
	background: url(../images/gray_18/lock.png) no-repeat center;
}

.butb:hover {
	background: url(../images/color_18/lock.png) no-repeat center;
}

.butuzyj {
	background: url(../images/gray_18/play.png) no-repeat center;
}

.butuzyjdown {
	background: url(../images/gray_18/play.png) no-repeat center;
	opacity: 0.7;
}

.butuzyj:hover {
	background: url(../images/color_18/play.png) no-repeat center;
}

.butwlacz, .butwylacz {
	background: url(../images/gray_18/power.png) no-repeat center;
}

.butwlacz:hover {
	background: url(../images/color_18/power.png) no-repeat center;
}

.butwylacz:hover {
	background: url(../images/color_18/power2.png) no-repeat center;
}

.butopcje {
	background: url(../images/gray_18/gear.png) no-repeat center;
}

.butopcje:hover {
	background: url(../images/color_18/gear.png) no-repeat center;
}

.butkup {
	background: url(../images/gray_18/shopping_basket.png) no-repeat center;
}

.butkup:hover {
	background: url(../images/color_18/shopping_basket.png) no-repeat center;
}

.butup, .butup2 {
	background: url(../images/gray_18/arrow_up2.png) no-repeat center;
}

.butup:hover {
	background: url(../images/color_18/arrow_up2.png) no-repeat center;
}

.butdown, .butdown2 {
	background: url(../images/gray_18/arrow_down2.png) no-repeat center;
}

.butdown:hover {
	background: url(../images/color_18/arrow_down2.png) no-repeat center;
}

.butreload, .butreload2, .butreload3 {
	background: url(../images/gray_18/reload.png) no-repeat center;
}

.butreload:hover {
	background: url(../images/color_18/reload.png) no-repeat center;
}

.butreload2:hover {
	background: url(../images/color_18/reload2.png) no-repeat center;
}

.butodp {
	background: url(../images/gray_18/upload2.png) no-repeat center;
}

.butodp:hover {
	background: url(../images/color_18/upload2.png) no-repeat center;
}

.footerpas {
	height: 2px;
	border: 1px solid #726960;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 6px;
}

div.czat {
  width: 100%;
  height: 600px;
}

.mp3player {
cursor: pointer;
border: 1px solid #a9a79b;
}

.mp3player:hover {
border: 1px solid #8f8e88;
}

fieldset legend { font-weight: bold; padding: 6px;}

#awatar {
	background-image: linear-gradient(-20deg, #000 25%, #99011F);
	 width: 120px;
	 height: 120px; 
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -khtml-border-radius: 4px; 
	 -webkit-border-radius: 4px;'
}

.komorkatabeli2 {
	background-color: #dcdcdc;
	color: black;
	border: grey 1px solid;
}

.komorkatabeli3 {
	background-color: #525252;
	color: black;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 0px solid;
	padding: 6px;
}

thead tr th {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 4px 5px;
}

tbody tr td {
	padding: 1px 5px;
}

/* Jquery UI */

.ui-helper-hidden-accessible {display: none;}

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0;  }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 3px; font-weight: normal; }



/* Component containers
----------------------------------*/
.ui-widget-content { 
	border: 1px solid #9E9E9E;
	border-top: none;
	background: #525252;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	width: 128px;
}
.ui-corner-all a { cursor: pointer; color: #EBEBEB;}
.ui-corner-all a:hover { background: #3D3D3D; }

.player-icon {
	vertical-align: middle;
	width: 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
