#dhtmltooltip
{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    border: 1px solid gainsboro;
    border-color: #99a;
    padding: 6px;
    font-size: 12px;
    font-family: 'Trebuchet MS';
    background-color: #FBF6BE;
    visibility: hidden;
    line-height: 1.3;
    z-index: 100;
}
.parentDisable
{
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    color: #aaa;
    opacity: .75;
    filter: alpha(opacity=75);
}
#popup
{
    width: 400;
    height: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
    background-color: #fff;
}
.secret
{
    display: none;
}
