.tipsy {
    padding: 5px;
    font-size: 14px;
	line-height: 150%;
    /*font-family: cursive;*/
    /*opacity: 0.90;
    filter: alpha(opacity=99);*/
    background-repeat: no-repeat;
   /* line-height:15px;*/
    background-image: url(../lastcomments/tipsy.gif);
}
.tipsy-inner {
    padding: 10px 10px 10px 20px;
    border:1px solid #c0c0c0;
    background-color: #e7f4ff;
    color: #000;
    max-width: 350px;
}
.tipsy-inner {
     border-radius:3px;
}
.tipsy-north {
    background-position: top center;
}
.tipsy-south {
    background-position: bottom center;
}
.tipsy-east {
    background-position: right center;
}
.tipsy-west {
    background-position: left center;
}
