.round, .roundclubnews {
    border:1px solid #c53830;
    width:100%;
    background:#FFF;
}
.roundclubnews {
    border:1px solid #c7bfb5;
}
.topfiller, .bottomfiller, .roundtop, .roundtopright,.roundbottom, .roundbottomright {
    height:9px;
    font-size:1px;
    line-height:1px;
}

.bottomfiller, .topfiller {
    width: 100%;
    clear:both;
    position:relative;
}

.roundtop {
    background: url('../../gfx/circle_red.gif') no-repeat top left;
    width:9px;
    float:left;
    position:relative;
    top:-1px;
    left:-1px;   
}
.roundclubnews .roundtop  {
    background: url('../../gfx/circle.gif') no-repeat top left;
}

.roundtopright {
    background: url('../../gfx/circle_red.gif') no-repeat top right;
    float:right;
    width:9px;
    position:relative;
    top:-1px;
    left:1px;   
}
.roundclubnews .roundtopright  {
    background: url('../../gfx/circle_clubnews.gif') no-repeat top right;
    width: 292px;
}

.roundbottom {
    background: url('../../gfx/circle_red.gif') no-repeat bottom left;
    background-position: 0 -9px ;
    width:9px;
    float:left;
    position:relative;
    top:1px;
    left:-1px;
}
.roundclubnews .roundbottom  {
    background: url('../../gfx/circle.gif') no-repeat bottom left;
}

.roundbottomright {
    background: url('../../gfx/circle_red.gif') no-repeat bottom right;
    background-position: -9px -9px;
    width:9px;
    float:right;
    position:relative;
    top:1px;
    left:1px;
}
.roundclubnews .roundbottomright  {
    background: url('../../gfx/circle_clubnews.gif') no-repeat bottom right;
    width: 292px;
}



.roundWhite {
    border:1px solid #c7bfb5;
    width:498px;
    background:#FFF;
}
.topfillerWhite, .bottomfillerWhite, .roundtopWhite, .roundtoprightWhite,.roundbottomWhite, .roundbottomrightWhite {
    height:9px;
    font-size:1px;
    line-height:1px;
}

.bottomfillerWhite, .topfillerWhite {
    width: 100%;
    clear:both;
}

.roundtopWhite {
    background: url('../../gfx/circle.gif') no-repeat top left;
    width:9px;
    float:left;
    position:relative;
    top:-1px;
    left:-1px;   
}

.roundtoprightWhite {
    background: url('../../gfx/circle.gif') no-repeat top right;
    float:right;
    width:9px;
    position:relative;
    top:-1px;
    left:1px;   
}

.roundbottomWhite {
    background: url('../../gfx/circle.gif') no-repeat top left;
    background-position: 0 -9px ;
    width:9px;
    float:left;
    position:relative;
    top:1px;
    left:-1px;
}

.roundbottomrightWhite {
    background: url('../../gfx/circle.gif') no-repeat top right;
    background-position: -9px -9px ;
    width:9px;
    float:right;
    position:relative;
    top:1px;
    left:1px;
}

