﻿.tooltip-link
{
    background: transparent url(images/toolTip/question_mark.gif) no-repeat scroll center top;
    cursor: pointer;
    padding: .25em .5em;
}
.tooltip-text
{
    background-color: #ffc;
    border-color: #ccc #666 #333 #ccc;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    overflow: visible;
    padding: .5em;
    position: relative;
    width: 20em;
    z-index: 100;
}
.tooltip-text h1
{
    font-size: 12pt;
    font-weight: bold;
}

