.zwykly, .zolty, .fiolet, .orange 
{
width: 100px;
margin-left: -50px;
text-align: center;
padding: 1px !important;
border: 1px solid white;
filter:alpha(opacity=70);
background: white;
-moz-opacity: 0.7;
opacity: 0.7; 
}
.fiolet 
{
background: #C1C1FF;
}
.orange 
{
 background: #FD5F22; 
/*background: #898989;*/
color: #FFF;
font-weight: bold; 
}
.zolty
{
background: yellow;
}
		
.zolty span, .zwykly span
{
font-family: Verdana;
font-size: 10px !important;
line-height: 11px !important;
margin: 0 !important;
padding: 0 !important;
}