/*CSS by sidd */
body {
    font-family: Century Gothic;
    background: #FDE1D6;
}

a {
    color: #cc3300;
    text-decoration: none;
}

a:hover {
    color: #C0C0C0;
}

.top1 {
    background: url('gfx/dol.jpg');
    width: 750;
    height: 23;
    font-size: 10px;
    text-align: right;
    padding-right: 10px;
}

.logo {
    background: url('gfx/logo.jpg');
    height: 225;
    font-size: 20px;
    text-align: right;
    padding-top: 40px;
    padding-right: 8px;
    color: white;
    font-weight: bold;
}

.dol {
    background: url('gfx/dol.jpg');
    height: 20;
    font-size: 10px;
    text-align: center;
}

.lng {
    background: #FDE1D6;
    height: 22px;
    font-size: 13px;
    color: #A2BDCE;
    text-align: center;
    padding-right: 5px;
    font-weight: bold;
}

.png {
    background: #FFEBCD;
    height: 22px;
    font-size: 12px;
    color: #A2BDCE;
    text-align: center;
    padding-right: 5px;
    font-weight: bold;
}

.srodek {
    background: url('gfx/tests2.JPG');
    width: 650;
    padding: 5px;
    color: #000000;
    font-size: 11px;
}

.link_l {
    background: url('gfx/przycisk.jpg');
    font-size: 10px;
    width: 166;
    height: 20;
    text-align: left;
    padding-left: 15px;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}



