span.foto_terminu {
	position: relative; float: left; cursor: pointer; margin: 0px 5px 0px 0px;
}

span.foto_terminu > img {
	margin: 5px; border: 1px solid #E0E0E0; padding: 2px;
}

span.foto_terminu > div {
	width: 176px; position: absolute; bottom: 8px; right: 8px; text-align: right;
	
	border: 1px solid #63a100;
	padding: 4px;
	text-align: center; 
	background: #a9d400;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a9d400), to(#70b200));
	background: -webkit-linear-gradient(#a9d400, #70b200);
	background: -moz-linear-gradient(#a9d400, #70b200);
	background: -ms-linear-gradient(#a9d400, #70b200);
	background: -o-linear-gradient(#a9d400, #70b200);
	background: linear-gradient(#a9d400, #70b200);
	text-shadow: 0px 2px 0px #63a100;
	filter: dropshadow(color=#63a100, offx=0, offy=2);
	font-family:'MS Shell Dlg 2';
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

div.rezerwacje > p {
	margin: 10px 0px 0px 0px; font-size: 120%; line-height: 130%;
}

div.rezerwacje .zwin, div.rezerwacje .rozwin {
color: #67A03E;
font-weight: bold;
text-decoration: none; 
}
