6
try this...
instead of:
<form action="user.php" method="post" class="css">
make it this:
<form action="user.php" method="post" class="blockTitle">
make sure that your
td#centercolumn legend.blockTitle
uses the same styles as
td#centerCcolumn legend.blockTitle
Then you don't need the extra css styles from the french faq.
Hope that is more what you're looking for.
Rowd