.popup{display: none; position:absolute; top:600px; left:40%; padding: 23px;}
.popup .left,
.popup .right,
.popup .center {
	position: absolute;	
}
.popup .shadow-top .left,
.popup.shadow-top .right,
.popup .shadow-bottom .left,
.popup .shadow-bottom .right {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.popup .shadow-top .center,
.popup  .shadow-bottom .center {
	height: 23px;
	right: 45px;
	left: 45px;
	background-repeat: repeat-x;
}

.popup  .shadow-middle div {
	width: 23px;
	bottom: 45px;
	top: 45px;
	background-repeat: repeat-y;	
}

.popup  .shadow-top div { top: 0; }
.popup  .shadow-bottom div { bottom: 0; }

.popup  .left { left: 0; }
.popup  .right { right: 0; }

.popup  .shadow-top .left { background-image: url(cienie/tl.png); }
.popup  .shadow-top .right { background-image: url(cienie/tr.png); }
.popup  .shadow-bottom .left { background-image: url(cienie/bl.png); }
.popup  .shadow-bottom .right { background-image: url(cienie/br.png); }
.popup  .shadow-top .center { background-image: url(cienie/t.png); }
.popup  .shadow-bottom .center { background-image: url(cienie/b.png); }
.popup  .shadow-middle .left { background-image: url(cienie/l.png); }
.popup  .shadow-middle .right { background-image: url(cienie/r.png); }

.popup  .shadow-top .right {width:45px; height:45px;}





.komunikat {background:#e12c24; height:auto; width:384px; padding:5px 0px 10px 0px;}

.komunikat a {text-decoration:underline; color:#d9d8d9;}
.komunikat a:hover {text-decoration:none; color:#d9d8d9;}

.trescinfo{clear:both; font-size:22px; font-weight:bold; font-family:Arial; padding:6px 0px 0px 15px;}

.infoimg {float:left; margin-right:85px;}
