﻿.questionMark
{
    position: relative;
    width: 10px;
    height: 5px;
    cursor: pointer;
}
.toolTip
{
    position: absolute;
    right: 10px; /*Moves it to the left beside the question mark*/
    bottom: 15px;
    display: none; /*The attributes below make it look pretty*/
    width: 330px;
    padding: 2px;
    background-color: #eeeeee;
    border-color: #ffffff;
    font-weight: normal;
    font-size: 10px;
    font-family: Tahoma, Century Gothic, Arial, Helvetica, sans-serif;
    z-index: 35;
    height: auto;
    border-width: 2px;
}

.imageMark
{
    position: relative;
    cursor: pointer;
}
.imageTip
{
    position: absolute;
    right: 10px; /*Moves it to the left beside the question mark*/
    bottom: 140px;
    display: none; /*The attributes below make it look pretty*/
    width: auto;
    height: auto;
    padding: 2px;
    background-color: #eeeeee;
    border-color: #ffffff;
    z-index: 35;
    border-width: 2px;
}
