#tooltipId {
    position: absolute;
    display: none;
    height: auto;
    background-color: white;
    border: 0.06em solid orange;
    color: orange;
    font-weight: bold;
    padding-left: 0.31em;
    padding-top: 0.19em;
    padding-bottom: 0.19em;
    padding-right: 0.31em;
    z-index: 1010;
    width: 21.88em;
}
.tooltipArrowId {
    background-image: url(http://ecx.images-amazon.com/images/I/017SggqYz4L.gif);
    background-repeat: no-repeat;
    height: 1.5em;
    width: 2.5em;
    position: absolute;
    z-index: 1000;
}
.tooltipImage {
    position: relative;
    top: 0.3em;
    float: left;
    height: 2.5em;
    width: 2.5em;
    border:0; 
    background:url(http://ecx.images-amazon.com/images/I/01NuSIqGJpL.gif) no-repeat;
}



