finally got it...
Code:
{* $Id: dialog.tpl,v 1.19 2004/06/24 09:53:29 max Exp $ *}
{if $printable ne ''}
{include file="dialog_printable.tpl"}
{else}
<TABLE border="0" cellpadding="0" cellspacing="0" {$extra}>
<TR>
<TD height="15" width="732" class="DialogTitle" background="{$ImagesDir}/dialog_bg_n.gif" valign="bottom">б═б═:: {$title}</TD>
</TR>
<TR><TD class="DialogBorder"><TABLE border="0" cellpadding="10" cellspacing="0" width="732">
<TR><TD class="DialogBox">{$content}
<TR>
<TD height="7" width="732" class="DialogTitle" background="{$ImagesDir}/dialog_bot.gif" valign="top"></TD>
</TABLE>
{/if}
Now I just have to do the buttons, the CSS Text entries, etc

. Thanks for the help