/*
	Błąd
*/

.ok {
	color: #0a0;
	background: #afa;
	font-weight: bolder;
	padding: 5px;
}

.error {
	color: #900;
	background: faa;
	font-weight: bolder;
	padding: 5px;
}

.blad {
	color: #900;
	background: faa;
	font-weight: bolder;
	padding: 5px;
}

/*
	Pineski
*/

a.pin {
	border: none;
	margin: 0;
	padding: 0;
}

a.pin:hover {
	border: none;
	margin: 0;
	padding: 0;
}

a.pin span {
	display: none;
	visibility: none;
}

a.pin:hover span {
	display: block;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
}

a.pin img {
	z-index: 9999999;
}

/*
	myBox
*/

#myBox {
	display: none;
	z-index: 99999;
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(http://www.gruppka.org/others/mybox/bg.png);
}
#myBoxFrame {
	z-index: 99999; border: none;
}

#myBoxTL {
	width: 10px; height: 10px; background: url(http://www.gruppka.org/others/mybox/tl.png) no-repeat; padding: 0;
}
#myBoxT {
	height: 10px; background: url(http://www.gruppka.org/others/mybox/c.png) repeat-x; padding: 0;
}
#myBoxTR {
	width: 10px; height: 10px; background: url(http://www.gruppka.org/others/mybox/tr.png) no-repeat; padding: 0;
}

#myBoxL {
	width: 10px; background: url(http://www.gruppka.org/others/mybox/c.png) repeat-y; padding: 0;
}
#myBoxC {
	padding: 0; background: #eee;
}
#myBoxR {
	width: 10px; background: url(http://www.gruppka.org/others/mybox/c.png) repeat-y; padding: 0;
}

#myBoxBL {
	width: 10px; height: 10px; background: url(http://www.gruppka.org/others/mybox/bl.png) no-repeat; padding: 0;
}
#myBoxB {
	height: 10px; background: url(http://www.gruppka.org/others/mybox/c.png) repeat-x; padding: 0;
}
#myBoxBR {
	width: 10px; height: 10px; background: url(http://www.gruppka.org/others/mybox/br.png) no-repeat; padding: 0;
}

/* 
	DockBar
*/

#DockBar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	z-index: 99998;
}
#DockTable {
	margin: 0 auto;
	width: 60%;
}

#DockLeft {
	height: 80px; width: 25px; padding: 0;
	background: url(http://www.gruppka.org/others/dockbar/left.png) no-repeat bottom;
}
#DockRight {
	height: 80px; width: 25px; padding: 0;
	background: url(http://www.gruppka.org/others/dockbar/right.png) no-repeat bottom;
}
#DockList {
	height: 80px; padding: 0;
	background: url(http://www.gruppka.org/others/dockbar/center.png) repeat-x bottom;
}

#DockList .right {
	float: right;
}