table.signup th.side div.nubbin_region div.nubbin {
    display: none;
    height: 0;
    position: relative;
}

table.signup th.side div.hover div.nubbin {
    display: block;
    cursor: pointer;
    width:900px;
}

table.signup th.side div.nubbin div.wrapper {
    position: absolute;
}

table.signup th.side div.nubbin div.content {
    margin: 0;
    background: url(../images/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;
    background: url(../images/tip_box-arrow.png) no-repeat top left;
}

table.signup th.side div.nubbin div.content div.inner {
    background: url(../images/tip_box-bottom_right.gif) no-repeat top left;
}

table.signup th.side div.nubbin div.content div.inner p {
    margin-bottom: 0;
}




