/* CSS Document */
table.signup th.side div.nubbin_region div.nubbin {
    display: none;
    width: 0;
    height: 0;
    position: relative;
}

table.signup th.side div.hover div.nubbin {
    display: block;
    cursor: pointer;
}

table.signup th.side div.nubbin div.wrapper {
    position: absolute;
    top: -25px;
}

table.signup th.side div.nubbin div.content {
    width: 350px;
    margin: 0;
    padding: 0 7px 8px 0;
    background: url(tip_box-bottom_right.png) no-repeat bottom right;
    text-align: left;
    font: Lucida Grande, Verdana, sans-serif;
    font-size: 12px;
    color: #000;
    white-space: normal;
}

table.signup th.side div.nubbin div.content div.arrow {
    position: absolute;
    top: 18px;
    left: -47px;
    width: 50px;
    height: 40px;
    background: url(tip_box-arrow.png) no-repeat top left;
}

table.signup th.side div.nubbin div.content div.inner {
    padding: 10px;
    background: url(tip_box-bottom_right.gif) no-repeat top left;
}

table.signup th.side div.nubbin div.content div.inner p {
    margin-bottom: 0;
}
