.toolTip {
    text-align: left;
}
.toolTip .content				{
    width: 250px;
    padding: 10px;
    border: 6px solid #36a4d9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #90d8f0; color: #020202;
}
.toolTip .bottom				{
    height: 16px;
    background: url(notch-blue.png) top right no-repeat; }

a.tTip, a.tTip:hover, a.tTip:visited{
    text-decoration: none;
}
.tTip img {
    border: none;
    
}

