#PageTipsTop {
    background-image:url('/dt/pl/corp/images/pagetips_top.png');
    width:125px;
    height:27px;
    background-repeat:no-repeat;
}

#PageTipsMiddle {
    background-image:url('/dt/pl/corp/images/pagetips_middle.png');
    width:125px;
    background-repeat:repeat-y;
    text-align:left;
}

#PageTipsBottom {
    background-image:url('/dt/pl/corp/images/pagetips_bottom.png');
    width:125px;
    height:13px;
    background-repeat:no-repeat;
}

#PageTipsContent {
    padding-left:8px;
    min-height:20px;
}

#PageTipsContent a {
    font-size: 9px;
}

.dtPageTipsA {
    cursor:pointer;
}