if ($name)
     {
       $name = '<tr><td style="
         background-color: #F9D9B0;
         border: 1px solid #F9D9B0;
         border-bottom-color: #F9BC6D;
         border-radius: 4px;
         font-size: 11px;
         font-family: \'Trebuchet MS\', Helvetica, Arial, sans-serif;
         line-height: 1.4;
         padding: 3px 8px;
         margin: 0;
         color: #141414">' . $name . '</td></tr>';
     }
     return '<table cellpadding="0" cellspacing="0" border="0" width="100%" style="<rtlcss>
       background-color: #FFF4E5;
       border: 1px solid #F9D9B0;
       border-radius: 5px;
       margin: 1em 86px 1em 0</rtlcss>">' . $name . '<tr>
       <td style="
         font-size: 9pt;
         font-style: italic;
         font-family: Georgia, \'Times New Roman\', Times, serif;
         line-height: 1.4;
         padding: 10px;
         margin: 0">' . $content . '</td></tr></table>';