a: hover {
    background: white;
    text-decoration: none;
}
 
a.podpowiedz span {
    display: none;
    padding: 4px 3px;
    margin-left: 8px;
   
}

a.podpowiedz:hover span{
text-decoration: none;
    display: inline;
    position: absolute;
	margin: -6px 0 0 -200px;
    background: white;
    border: 1px solid #afbcdf;
    color: #000000;
    font-weight: bold;
	-moz-opacity: 0.99;
	opacity:.99;
	filter: alpha(opacity=99);
	text-align: center;
}
