Basically the same Modification.
Edit the default/help.template.php Code
// Just show the help text and a "close window" link.
echo '
</style>
</head>
<body style="margin: 1ex;">
', $context['help_text'], '<br />
<br />
<div align="center"><a href="javascript:self.close();">', $txt[1006], '</a></div>
</body>
Change to
// Just show the help text and a "close window" link.
echo '
</style>
</head>
<div class="windowbg2"><body style="margin: 1ex;">
', $context['help_text'], '<br />
<br />
<div align="center"><a href="javascript:self.close();">', $txt[1006], '</a></div>
</body></span>
Thought ya might want to know.
I like everything working
Poreman