.boxRCTB
{
    margin: 0 auto; /* center for now */
    background: url(../../graphics/2.0/rnd/titlebar/bottomright.png) no-repeat bottom right;
}

.boxheadRCTB
{
    background: url(../../graphics/2.0/rnd/titlebar/topright.png) no-repeat top right;
    border-bottom: solid 1px #6c7b94;
}

.boxheadrightRCTB
{
    background: url(../../graphics/2.0/rnd/titlebar/topleft.png) no-repeat top left;
    color: white;
    font-size: 20px;
    padding: 3px;
    padding-left: 10px;
}

.boxbodyRCTB
{
    background: url(../../graphics/2.0/rnd/titlebar/bottomleft.png) no-repeat bottom left;
    padding: 10px;
}

.boxheadrightRCTB a
{
    color: #FFF;
}

.boxheadRightRCTB a:hover
{
    color: #EEE;
}

