.links_container {
    height: 441px;
    left : 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 1000px;
}

.links_textcell {
    font-size: 18px;
}

.links_logobox #image {
    border-style: solid;
    border-color: black;
}

.links_logobox #rightShadow {
    background-image:url(../image/system/shadow_right.png);
    background-repeat:repeat-y;
}

.links_logobox #cornerShadow {
    background-image:url(../image/system/shadow_corner.png);
    background-repeat:no-repeat;
}

.links_logobox #bottomShadow {
    background-image:url(../image/system/shadow_bottom.png);
    background-repeat:repeat-x;
}



