すでに配布されてないモジュールなので質問させていただきます。
xoopspoll改のブロック表示でpollquestionの部分がどこに配置しても
背景色と一緒になってしまいます(黒から変更できない)
どこをどのように変えればいいかご存知の方いらっしゃればお願いします
*他のモジュールでpollquestionと同じ要素にあたるthはスタイルシートの指示通りに反映されるのですが
このモジュールだけ反映されないみたいです。

module/xoopspoll/templates/blocks/xoopspoll_block_poll.html↓
<{foreach item=poll from=$block.polls}>
<form style="margin-top: 1px;" action="<{$xoops_url}>/modules/xoopspoll/index.php" method="post">
<input type="hidden" name="poll_id" value="<{$poll.id}>" />
<table cellspacing="1">
<tr>
<th align="center" colspan="2"><{$poll.question}></th>
</tr>

<{foreach item=option from=$poll.options}>
theme/****/style.css↓