#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
z-index:1;
	font-family: Arial;
	border: none;
	width: 230px;
/*	padding:10px;*/
/*	height: 135px;*/
	opacity: 0.8;
	background: url('../images/dymek1.png');
}
#tooltip.pretty h3 {
z-index:1;
	/*margin-bottom: 0.75em;*/
	font-size: 15pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { z-index:1;width: 220px; text-align: left; }

#tooltip.fancy {
z-index:1;
	background-image: url('../images/dymek_rewers.png')  ;
	 margin-right:10px;
	background-repeat:no-repeat;
/*		background-color:#fff;*/
	padding-top: 1em;
/*	height:125px;*/
}
span.day
{
color:#fff;
}
#tooltip.fancy.viewport-right {
z-index:1;
	background-image: url('../images/dymek_awers.png')  ;

	background-repeat:no-repeat;

		padding-top: 1em;
/*	height: 125px;*/
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }
