.tipsy {
padding: 5px;
font-size: 10px;
background-repeat: no-repeat;
background-image: url(../images/tipsy.gif);
font-family: 'Trocchi', Georgia, Times New Roman, serif;
}

.tipsy-inner {
padding: 8px;
background-color: #494959;
color: #eee;
max-width: 200px;
text-align: center;
line-height: 1;

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.tipsy-inner strong {
font-weight: bold;
display: block;
font-size: 20px;
}

.tipsy-north {
background-position: top center;
}

.tipsy-south {
background-position: bottom center;
}

.tipsy-east {
background-position: right center;
}

.tipsy-west {
background-position: left center;
}
