8
hello ronaldus,
within my eyes there are two borders, one defined in fieldset {standard is border:1px;} in your style.css and one (the inner) border (not top but left,right,bottom) within your td#centerCcolumn div.blockContent {}
the inner borders are set in style.css within
td#centerCcolumn div.blockContent {border-left: 1px solid #XXX; border-right: 1px solid #XXX; border-bottom: 1px solid #XXX;}
set border-left (and right, bottom) to : 0px solid #XXX; or erase this parts you will see the changes.
if you want your fieldset without a border, add
fieldset {border:0px;} (standard is border:1px; if there is no extra)to your style.css but i think this border around fieldset is ok if you want to have a "full" border.
cheers
michael