.banergDialogBox {
	position: fixed;
	padding: 0px;
	z-index: 100001;
	margin: 0;
	border: 0px solid #f00;
	left: 0;
	top: 70px;
	width: 100%;
	
}

.banergDialogH {
	padding: 0px;
	background: #fff;
	margin:0 auto;
	width: 780px;
	height: 25px;
	border: 0px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.banergDialogF {
	padding: 0px;
	background: #fff;
	margin:0 auto;
	width: 780px;
	height: 20px;
	border: 0px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


.banergDialog {
	padding: 0px;
	background: #fff;
	margin:0 auto;
	width: 780px;
	max-height:790px;
	overflow: visible;
	overflow-x:hidden;
	border: 1px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}


.banergDialogX {
	position: absolute;
	padding: 0px;
	z-index: 100000;
	background: #fff;
	margin:0px 0 0 0px;
	left: 30%;
	top: 10%;
	border: 1px solid #f00;
}

.banergDialogBox a {
	color: #000;
	font-size: 8pt;
	font-family: verdana;
	text-decoration: none;
}

.banergDialogBox img {
	clear: both;
	display: block;
	margin: 0 auto;
}

.banergDialogBox a.close {
	font-size: 10pt;
	padding-right: 10px;
	padding-top: 10px;
	clear: both;
}


.banergDialogH a.close {
	font-size: 10pt;
	padding-right: 10px;
}

.banergDialogF a.close {
	font-size: 10pt;
	padding-left: 10px;
}

.banergDialogBox h3 {
	color: #fff;
	font-size: 10pt;
	font-family: verdana;
}

.banergDialogBox p {
	color: #fff;
	font-size: 8pt;
	font-family: verdana;
}


/*----------panel----------*/
#banergpanel
{
	background: #223344;
	padding: 10px;
	width: 750px;
	z-index: 100001;
	position: fixed;
	margin-top: -300px;
	left: 0px;
	top: 50%;
	
}


/*---------przycisk panelu--------*/
.slide_button
{
	background: url(../siteobr/przyciskbanergraficzny.gif) no-repeat;
	display: block;
	height: 220px;
	text-indent: -9999px;
	width: 20px;

	position: absolute;
	right: -20px;
	top: 0px;
}

.zamknijbn
{
	background-position: -20px 0px;
}

a:focus { 
	outline:none; 
}