
/*Creates the rounder corner box with title*/

#rc5{
    width: 400px;
}

#rc5 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}
#rc5 .inner {
    border: 4px solid #B7B7D9;
    padding: 10px;
    text-align: left;
}

.roundedcornr_box {
    background: #B7B7D9;
}
.roundedcornr_top div {
    background: url(/jsp/public/images/roundedcornr_left.gif) no-repeat top left;
}
.roundedcornr_top {
    background: url(/jsp/public/images/roundedcornr_right.gif) no-repeat top right;
}
.roundedcornr_top div, .roundedcornr_top {
    width: 100%;
    height: 10px;
    font-size: 1px;
}

