/* Tooltip cjw_contexthelp */

div.tooltip {
    position: absolute;
    font-size: 1em;
    padding: 0.5em;
    background-color: #FFFFFF;
    border: 1px solid black;
    display: none;
    z-index: 20;
    /*only ie*/
    width: 400px !important;
    
}

.tooltiplink {

}

