.body {
margin : 0px;
padding : 0px;
background-color : #5B9630;
}

.tlo {
width:905px;
height:448px;
background-image:url('grafika/tlo.jpg');
background-repeat : no-repeat;
width:50%;
}

.linia {
height:408px;
background-image:url('grafika/linia.gif');
background-repeat : repeat-y;
background-position: right top;
vertical-align:top;
text-align:left;
width:15%;
}

.linia2 {
height:408px;
vertical-align:top;
text-align:left;
width:15%;
}

.tlo_left {
width:50%;
background-image:url('grafika/tlo_left.jpg');
background-repeat : no-repeat;
background-position: right top;
}

.tlo_right {
background-image:url('grafika/tlo_right.jpg');
background-repeat : no-repeat;
width:50%;
}

.stopka {
width:905px;
height:164px;
background-image:url('grafika/stopka.jpg');
background-repeat : no-repeat;
}

.input {
border:1px solid #E0CB62;
background-image:url('grafika/tlo_komorka.jpg');
background-repeat : repeat-x;
height:25px;
background-color:#EEEBBE;
}

.wyslij {
border:0px;
background-image:url('grafika/wyslij.gif');
background-repeat : no-repeat;
width:80px;
height:38px;
background-color:#A3C27E;
}

.wyczysc {
border:0px;
background-image:url('grafika/wyczysc.gif');
background-repeat : no-repeat;
width:99px;
height:38px;
background-color:#A3C27E;
}

.tekst {
font-family : tahoma; 
font-size : 11px; 
text-decoration : none;
color:#3C4F33;
}

.link_stopka:link {
color : #497926;
text-decoration : none;  
} 
.link_stopka:visited {
color : #497926; 
text-decoration : none; 
} 
.link_stopka:hover {
color : #FFFFFF; 
} 
.link_stopka:active {
color : #FFFFFF;  
}

a:link {
color : #A59B54;
text-decoration : none;  
} 
a:visited {
color : #A59B54; 
text-decoration : none; 
} 
a:hover {
color : #666666; 
} 
a:active {
color : #666666;  
}



#lightbox{
	background-color:#eee;
	padding: 18px;
	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; }

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

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

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

