ahmadandika

email template margin

Oct 6th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 71.11 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html
  3.  xmlns="http://www.w3.org/1999/xhtml"
  4.  xmlns:v="urn:schemas-microsoft-com:vml"
  5.  xmlns:o="urn:schemas-microsoft-com:office:office"
  6. >
  7.   <head>
  8.     <!--[if gte mso 9]>
  9.      <xml>
  10.        <o:OfficeDocumentSettings>
  11.          <o:AllowPNG />
  12.          <o:PixelsPerInch>96</o:PixelsPerInch>
  13.        </o:OfficeDocumentSettings>
  14.      </xml>
  15.    <![endif]-->
  16.     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  17.     <meta
  18.      name="viewport"
  19.      content="width=device-width, initial-scale=1, maximum-scale=1"
  20.    />
  21.     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  22.     <meta name="format-detection" content="date=no" />
  23.     <meta name="format-detection" content="address=no" />
  24.     <meta name="format-detection" content="telephone=no" />
  25.     <meta name="x-apple-disable-message-reformatting" />
  26.     <!--[if !mso]><!-->
  27.     <link
  28.      href="https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700|Ubuntu:400,400i,500,500i,700,700i"
  29.      rel="stylesheet"
  30.    />
  31.     <!--<![endif]-->
  32.     <title>Email Template</title>
  33.     <!--[if gte mso 9]>
  34.      <style type="text/css" media="all">
  35.        sup {
  36.          font-size: 100% !important;
  37.        }
  38.      </style>
  39.    <![endif]-->
  40.  
  41.     <style type="text/css" media="screen">
  42.       /* Linked Styles */
  43.       @font-face {
  44.         font-family: MyriadPro;
  45.         src: url('[font-url]/MyriadPro-Regular.otf');
  46.       }
  47.  
  48.       @font-face {
  49.         font-family: MyriadPro;
  50.         src: url('[font-url]/MyriadPro-Bold.otf');
  51.         font-weight: bold;
  52.       }
  53.  
  54.       @font-face {
  55.         font-family: MyriadPro;
  56.         src: url('[font-url]/MyriadPro-It.otf');
  57.         font-style: italic;
  58.       }
  59.  
  60.       @font-face {
  61.         font-family: MyriadPro;
  62.         src: url('[font-url]/MyriadPro-BoldIt.otf');
  63.         font-weight: bold;
  64.         font-style: italic;
  65.       }
  66.  
  67.       @font-face {
  68.         font-family: MyriadPro;
  69.         src: url('[font-url]/MyriadPro-Regular.otf');
  70.         font-weight: 300;
  71.       }
  72.  
  73.       @font-face {
  74.         font-family: MyriadPro;
  75.         src: url('[font-url]/MyriadPro-It.otf');
  76.         font-style: italic;
  77.         font-weight: 300;
  78.       }
  79.  
  80.       @font-face {
  81.         font-family: MyriadPro;
  82.         src: url('[font-url]/MyriadPro-Light.otf');
  83.         font-style: italic;
  84.         font-weight: 100;
  85.       }
  86.  
  87.       body {
  88.         font-family: Helvetica, sans-serif;
  89.         padding: 0 !important;
  90.         margin: 0 !important;
  91.         display: block !important;
  92.         min-width: 100% !important;
  93.         width: 100% !important;
  94.         background: #d8e0e3;
  95.         -webkit-text-size-adjust: none;
  96.       }
  97.  
  98.       a {
  99.         color: #000001;
  100.         text-decoration: none;
  101.       }
  102.  
  103.       p {
  104.         padding: 0 !important;
  105.         margin: 0 !important;
  106.       }
  107.  
  108.       img {
  109.         -ms-interpolation-mode: bicubic;
  110.         /* Allow smoother rendering of resized image in Internet Explorer */
  111.       }
  112.  
  113.       .mcnPreviewText {
  114.         display: none !important;
  115.       }
  116.  
  117.       ul li {
  118.         position: relative;
  119.       }
  120.  
  121.       ul li:first-child:before {
  122.         position: absolute;
  123.         /* content: url("[image-url]/Group.png"); */
  124.         top: -10px;
  125.         left: -40px;
  126.       }
  127.  
  128.       ul li:before {
  129.         position: absolute;
  130.         /* content: url("[image-url]/Group (1).png"); */
  131.         top: 0px;
  132.         left: -35px;
  133.       }
  134.  
  135.       .btn-ivr {
  136.         border-radius: 50px;
  137.         border: none;
  138.         background-color: #003d79;
  139.         font-size: 16px;
  140.         color: #ffffff;
  141.         text-decoration: none;
  142.         font-weight: bold;
  143.         cursor: pointer;
  144.       }
  145.  
  146.       .bg-gradient {
  147.         background: linear-gradient(
  148.           116deg,
  149.           rgba(246, 183, 14, 1) 0%,
  150.           rgba(254, 147, 14, 1) 100%
  151.         );
  152.       }
  153.  
  154.       .shadow {
  155.         box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  156.       }
  157.  
  158.       /* Mobile styles */
  159.       @media only screen and (max-device-width: 480px),
  160.         only screen and (max-width: 480px) {
  161.         .mobile-shell {
  162.           width: 100% !important;
  163.           min-width: 100% !important;
  164.         }
  165.  
  166.         .m-center {
  167.           text-align: center !important;
  168.         }
  169.  
  170.         .text3,
  171.         .text-footer,
  172.         .text-header {
  173.           text-align: center !important;
  174.         }
  175.  
  176.         .lh-18 {
  177.           line-height: 18px;
  178.         }
  179.  
  180.         .center {
  181.           margin: 0 auto !important;
  182.         }
  183.  
  184.         .td {
  185.           width: 100% !important;
  186.           min-width: 100% !important;
  187.         }
  188.  
  189.         .m-br-15 {
  190.           height: 15px !important;
  191.         }
  192.  
  193.         .m-0 {
  194.           margin: 0 !important;
  195.         }
  196.  
  197.         .p-0 {
  198.           padding: 0 !important;
  199.         }
  200.  
  201.         .p20-15 {
  202.           padding: 20px 15px !important;
  203.         }
  204.  
  205.         .p0-15 {
  206.           padding: 0 15px !important;
  207.         }
  208.  
  209.         .p30-15 {
  210.           padding: 30px 15px !important;
  211.         }
  212.  
  213.         .p30-15-15 {
  214.           padding: 30px 15px 15px !important;
  215.         }
  216.  
  217.         .p30-15-0-80 {
  218.           padding: 30px 15px 0px 80px !important;
  219.         }
  220.  
  221.         .p30-15-0 {
  222.           padding: 30px 15px 0px 15px !important;
  223.         }
  224.  
  225.         .p40 {
  226.           padding-bottom: 30px !important;
  227.         }
  228.  
  229.         .pt36 {
  230.           padding-top: 36px !important;
  231.         }
  232.  
  233.         .pb8 {
  234.           padding-bottom: 8px !important;
  235.         }
  236.  
  237.         .footer {
  238.           padding: 20px 15px !important;
  239.         }
  240.  
  241.         .h2-white {
  242.           font-size: 40px !important;
  243.           line-height: 44px !important;
  244.           text-align: center !important;
  245.         }
  246.  
  247.         .fz-18 {
  248.           font-size: 18px !important;
  249.         }
  250.  
  251.         .h2 {
  252.           font-size: 42px !important;
  253.           line-height: 50px !important;
  254.         }
  255.  
  256.         .m-td,
  257.         .m-hide {
  258.           display: none !important;
  259.           width: 0 !important;
  260.           height: 0 !important;
  261.           font-size: 0 !important;
  262.           line-height: 0 !important;
  263.           min-height: 0 !important;
  264.         }
  265.  
  266.         .m-block {
  267.           display: block !important;
  268.         }
  269.  
  270.         .container {
  271.           padding: 0px !important;
  272.         }
  273.  
  274.         .separator {
  275.           padding-top: 30px !important;
  276.         }
  277.  
  278.         .fluid-img img {
  279.           width: 100% !important;
  280.           max-width: 100% !important;
  281.           height: auto !important;
  282.         }
  283.  
  284.         .column,
  285.         .column-top,
  286.         .column-dir,
  287.         .column-empty,
  288.         .column-empty2,
  289.         .column-bottom,
  290.         .column-dir-top,
  291.         .column-dir-bottom {
  292.           float: left !important;
  293.           width: 100% !important;
  294.           display: block !important;
  295.         }
  296.  
  297.         .column-empty {
  298.           padding-bottom: 10px !important;
  299.         }
  300.  
  301.         .column-empty2 {
  302.           padding-bottom: 30px !important;
  303.         }
  304.  
  305.         .content-spacing {
  306.           width: 15px !important;
  307.         }
  308.       }
  309.     </style>
  310.   </head>
  311.  
  312.   <body
  313.    class="body"
  314.    style="
  315.      padding: 0 !important;
  316.      margin: 0 !important;
  317.      display: block !important;
  318.      min-width: 100% !important;
  319.      width: 100% !important;
  320.      background: #d8e0e3;
  321.      -webkit-text-size-adjust: none;
  322.    "
  323.  >
  324.     <table
  325.      width="100%"
  326.      border="0"
  327.      cellspacing="0"
  328.      cellpadding="0"
  329.      bgcolor="#d8e0e3"
  330.    >
  331.       <tr>
  332.         <td
  333.          align="center"
  334.          valign="top"
  335.          class="container"
  336.          style="padding: 50px 10px;"
  337.        >
  338.           <!-- Container -->
  339.           <table width="100%" border="0" cellspacing="0" cellpadding="0">
  340.             <tr>
  341.               <td align="center">
  342.                 <table
  343.                  width="650"
  344.                  border="0"
  345.                  cellspacing="0"
  346.                  cellpadding="0"
  347.                  class="mobile-shell"
  348.                >
  349.                   <tr>
  350.                     <td
  351.                      class="td"
  352.                      bgcolor="#ffffff"
  353.                      style="
  354.                        width: 650px;
  355.                        min-width: 650px;
  356.                        font-size: 0pt;
  357.                        line-height: 0pt;
  358.                        padding: 0;
  359.                        margin: 0;
  360.                        font-weight: normal;
  361.                      "
  362.                    >
  363.                       <!-- Header -->
  364.                       <table
  365.                        width="100%"
  366.                        height="7px"
  367.                        border="0"
  368.                        cellspacing="0"
  369.                        cellpadding="0"
  370.                        bgcolor="#d8e0e3"
  371.                      >
  372.                         <tr>
  373.                           <td
  374.                            bgcolor="#ffb700"
  375.                            width="30%"
  376.                            class="bg-gradient"
  377.                          ></td>
  378.                           <td class="td" bgcolor="#203C6A" width="70%"></td>
  379.                         </tr>
  380.                       </table>
  381.  
  382.                       <!-- END Header -->
  383.  
  384.                       <!-- Intro -->
  385.                       <table
  386.                        width="100%"
  387.                        border="0"
  388.                        cellspacing="0"
  389.                        cellpadding="0"
  390.                        bgcolor="#ffffff"
  391.                      >
  392.                         <td class="p0-15" style="padding: 80px 20px 0;">
  393.                           <table
  394.                            width="100%"
  395.                            border="0"
  396.                            cellspacing="0"
  397.                            cellpadding="0"
  398.                            class="shadow"
  399.                            style="border-radius: 12px;"
  400.                          >
  401.                             <tr>
  402.                               <td width="100%" style="padding-top: 20px;">
  403.                                 <tr>
  404.                                   <td style="text-align: left; width: 50%;">
  405.                                     <img
  406.                                      src="[image-url]/flag3.png"
  407.                                      alt=""
  408.                                      border="0"
  409.                                      style="
  410.                                        width: 100%;
  411.                                        max-width: 32px;
  412.                                        text-align: left;
  413.                                        height: auto;
  414.                                        display: block;
  415.                                      "
  416.                                    />
  417.                                   </td>
  418.                                   <td style="text-align: right; width: 50%;">
  419.                                     <img
  420.                                      src="[image-url]/logo.png"
  421.                                      alt=""
  422.                                      border="0"
  423.                                      style="height: 60px; padding-right: 30px;"
  424.                                    />
  425.                                   </td>
  426.                                 </tr>
  427.                               </td>
  428.                             </tr>
  429.  
  430.                             <td
  431.                              class="pt36 fz-18"
  432.                              style="padding: 30px;"
  433.                              colspan="2"
  434.                            >
  435.                               <table
  436.                                width="100%"
  437.                                border="0"
  438.                                cellspacing="0"
  439.                                cellpadding="0"
  440.                              >
  441.                                 <tr>
  442.                                   <td
  443.                                    class="pt36 fz-18"
  444.                                    style="
  445.                                      color: #1f497d;
  446.                                      text-align: center;
  447.                                      font-weight: bold;
  448.                                      font-size: 22px;
  449.                                      line-height: 1;
  450.                                      padding: 20px 0 0;
  451.                                    "
  452.                                  >
  453.                                     Hai [name],
  454.                                   </td>
  455.                                 </tr>
  456.  
  457.                                 <tr>
  458.                                   <td
  459.                                    class="h5"
  460.                                    style="
  461.                                      font-size: 14px;
  462.                                      line-height: 1.5;
  463.                                      color: #404852;
  464.                                      padding: 20px 0 20px;
  465.                                    "
  466.                                  >
  467.                                     <p style="text-align: justify;">
  468.                                       Pembuatan rekening marjin Anda akan segera
  469.                                       selesai. Segera lakukan setoran (deposit)
  470.                                       minimal senilai Rp200.000.000,00 (dua
  471.                                       ratus juta rupiah).
  472.                                       <br />
  473.                                       <b style="color:#1f497d;"
  474.                                        >Setoran dapat dilakukan baik tunai
  475.                                         dan/atau portofolio dengan cara sebagai
  476.                                         berikut:</b
  477.                                      >
  478.                                     </p>
  479.                                   </td>
  480.                                 </tr>
  481.  
  482.                                 <tr>
  483.                                   <td
  484.                                    class="h5"
  485.                                    style="
  486.                                      font-size: 14px;
  487.                                      line-height: 1.5;
  488.                                      color: #404852;
  489.                                      padding: 0px 0 0px;
  490.                                    "
  491.                                  >
  492.                                     <ul style="padding-left: 30px;">
  493.                                       <li
  494.                                        style="color: #1f497d;font-weight:bold;font-size: 16px;list-style: none;"
  495.                                      >
  496.                                         SETORAN PORTOFOLIO
  497.                                       </li>
  498.  
  499.                                       <p style="text-align: justify;">
  500.                                         Setoran portofolio adalah setoran dengan
  501.                                         memindahkan saham-saham Anda dari
  502.                                         rekening reguler Anda ataupun dari
  503.                                         Anggota Bursa lain<br />
  504.                                         Jika Anda ingin melakukan setoran
  505.                                         portofolio, silahkan lakukan
  506.                                         <span style="color: #1f497d;">
  507.                                           <b
  508.                                            >Instruksi Penerimaan/Pengiriman
  509.                                             Efek</b
  510.                                          >
  511.                                         </span>
  512.                                         dengan 2 opsi bawah ini.
  513.                                       </p>
  514.                                       <br />
  515.  
  516.                                       <ol>
  517.                                         <li>
  518.                                           <p>
  519.                                             Balas e-mail ini serta tambahkan
  520.                                             alamat e-mail
  521.                                             <a
  522.                                              href="mailto:[email protected]"
  523.                                              style="display:inline;color: #0B24FB;"
  524.                                              >[email protected]</a
  525.                                            >
  526.                                             dan lengkapi tabel
  527.                                             <b>“Pengiriman/Penerimaan Efek”</b>
  528.                                           </p>
  529.                                         </li>
  530.                                         <br />
  531.                                         <p style="text-align: justify;">
  532.                                           Terkait aktivasi rekening marjin,
  533.                                           mohon PT Mandiri Sekuritas
  534.                                           melaksanakan
  535.                                           <b style="color: #1f497d;">
  536.                                             Instruksi Penerimaan/Pengiriman
  537.                                             Efek</b
  538.                                          >
  539.                                           dengan informasi sebagai berikut:
  540.                                         </p>
  541.  
  542.                                         <br />
  543.  
  544.                                         <b>Dari Pengirim</b>
  545.                                         <table
  546.                                          width="100%"
  547.                                          border="0"
  548.                                          cellspacing="0"
  549.                                          cellpadding="0"
  550.                                          bgcolor="#ffffff"
  551.                                          style="margin-top:10px;font-weight: bold;"
  552.                                        >
  553.                                           <tr>
  554.                                             <td align="center">
  555.                                               <table
  556.                                                width="100%"
  557.                                                border="1"
  558.                                                bordercolor="#ccc"
  559.                                                cellspacing="0"
  560.                                                cellpadding="0"
  561.                                                bgcolor="#ffffff"
  562.                                                style="border-radius: 5px;"
  563.                                              >
  564.                                                 <tr>
  565.                                                   <td
  566.                                                    class="h5 pb8"
  567.                                                    width="40%"
  568.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  569.                                                  >
  570.                                                     Nama Nasabah
  571.                                                   </td>
  572.                                                   <td
  573.                                                    class="h5 pb8"
  574.                                                    width="60%"
  575.                                                    style="border-radius: 0 8px 0 0; font-weight:bold; text-align: left; font-size:14px; line-height:1.5; color:#2E5585; padding:10px"
  576.                                                  >
  577.                                                     [account-name]
  578.                                                   </td>
  579.                                                 </tr>
  580.  
  581.                                                 <tr>
  582.                                                   <td
  583.                                                    class="h5 pb8"
  584.                                                    width="40%"
  585.                                                    style="font-size:14px; text-align: left;line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  586.                                                  >
  587.                                                     Client ID Rek. Reguler
  588.                                                   </td>
  589.                                                   <td
  590.                                                    class="h5 pb8"
  591.                                                    width="60%"
  592.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  593.                                                  >
  594.                                                     [regular-client-id]
  595.                                                   </td>
  596.                                                 </tr>
  597.                                               </table>
  598.                                             </td>
  599.                                           </tr>
  600.                                         </table>
  601.  
  602.                                         <br />
  603.  
  604.                                         <b>Kepada Penerima</b>
  605.                                         <table
  606.                                          width="100%"
  607.                                          border="0"
  608.                                          cellspacing="0"
  609.                                          cellpadding="0"
  610.                                          bgcolor="#ffffff"
  611.                                          style="margin-top:10px;font-weight: bold;"
  612.                                        >
  613.                                           <tr>
  614.                                             <td align="center">
  615.                                               <table
  616.                                                width="100%"
  617.                                                border="1"
  618.                                                bordercolor="#ccc"
  619.                                                cellspacing="0"
  620.                                                cellpadding="0"
  621.                                                bgcolor="#ffffff"
  622.                                                style="border-radius: 5px;"
  623.                                              >
  624.                                                 <tr>
  625.                                                   <td
  626.                                                    class="h5 pb8"
  627.                                                    width="40%"
  628.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  629.                                                  >
  630.                                                     Nama Nasabah
  631.                                                   </td>
  632.                                                   <td
  633.                                                    class="h5 pb8"
  634.                                                    width="60%"
  635.                                                    style="border-radius: 0 8px 0 0; font-weight:bold; text-align: left; font-size:14px; line-height:1.5; color:#2E5585; padding:10px"
  636.                                                  >
  637.                                                     [account-name]
  638.                                                   </td>
  639.                                                 </tr>
  640.  
  641.                                                 <tr>
  642.                                                   <td
  643.                                                    class="h5 pb8"
  644.                                                    width="40%"
  645.                                                    style="font-size:14px; text-align: left;line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  646.                                                  >
  647.                                                     Client ID Rek. Marjin
  648.                                                   </td>
  649.                                                   <td
  650.                                                    class="h5 pb8"
  651.                                                    width="60%"
  652.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  653.                                                  >
  654.                                                     [margin-client-id]
  655.                                                   </td>
  656.                                                 </tr>
  657.                                               </table>
  658.                                             </td>
  659.                                           </tr>
  660.                                         </table>
  661.  
  662.                                         <br />
  663.                                         <b style="color:#1f497d;"
  664.                                          >Pengiriman/Penerimaan Efek (MOHON
  665.                                           DILENGKAPI)</b
  666.                                        >
  667.                                         <table
  668.                                          width="100%"
  669.                                          border="0"
  670.                                          cellspacing="0"
  671.                                          cellpadding="0"
  672.                                          bgcolor="#ffffff"
  673.                                          style="margin-top:10px;font-weight: bold;"
  674.                                        >
  675.                                           <tr>
  676.                                             <td align="center">
  677.                                               <table
  678.                                                width="100%"
  679.                                                border="1"
  680.                                                bordercolor="#ccc"
  681.                                                cellspacing="0"
  682.                                                cellpadding="0"
  683.                                                bgcolor="#ffffff"
  684.                                                style="border-radius: 5px;"
  685.                                              >
  686.                                                 <tr>
  687.                                                   <th
  688.                                                    class="h5 pb8"
  689.                                                    width="10%"
  690.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  691.                                                  >
  692.                                                     No.
  693.                                                   </th>
  694.                                                   <th
  695.                                                    class="h5 pb8"
  696.                                                    width="30%"
  697.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  698.                                                  >
  699.                                                     Kode Efek
  700.                                                   </th>
  701.                                                   <th
  702.                                                    class="h5 pb8"
  703.                                                    width="30%"
  704.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  705.                                                  >
  706.                                                     Volume (Lembar)
  707.                                                   </th>
  708.                                                   <th
  709.                                                    class="h5 pb8"
  710.                                                    width="30%"
  711.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  712.                                                  >
  713.                                                     Nilai (Rupiah)
  714.                                                   </th>
  715.                                                 </tr>
  716.  
  717.                                                 <tr>
  718.                                                   <td
  719.                                                    class="h5 pb8"
  720.                                                    width="10%"
  721.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  722.                                                  >
  723.                                                     1.
  724.                                                   </td>
  725.                                                   <td
  726.                                                    class="h5 pb8"
  727.                                                    width="30%"
  728.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:red; padding:10px"
  729.                                                  >
  730.                                                     (Mohon dilengkapi)
  731.                                                   </td>
  732.                                                   <td
  733.                                                    class="h5 pb8"
  734.                                                    width="30%"
  735.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:red; padding:10px"
  736.                                                  >
  737.                                                     (Mohon dilengkapi)
  738.                                                   </td>
  739.                                                   <td
  740.                                                    class="h5 pb8"
  741.                                                    width="30%"
  742.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:red; padding:10px"
  743.                                                  >
  744.                                                     (Mohon dilengkapi)
  745.                                                   </td>
  746.                                                 </tr>
  747.                                                 <tr>
  748.                                                   <td
  749.                                                    class="h5 pb8"
  750.                                                    width="10%"
  751.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  752.                                                  >
  753.                                                     2.
  754.                                                   </td>
  755.                                                   <td
  756.                                                    class="h5 pb8"
  757.                                                    width="30%"
  758.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  759.                                                  ></td>
  760.                                                   <td
  761.                                                    class="h5 pb8"
  762.                                                    width="30%"
  763.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  764.                                                  ></td>
  765.                                                   <td
  766.                                                    class="h5 pb8"
  767.                                                    width="30%"
  768.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  769.                                                  ></td>
  770.                                                 </tr>
  771.                                                 <tr>
  772.                                                   <td
  773.                                                    class="h5 pb8"
  774.                                                    width="10%"
  775.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  776.                                                  >
  777.                                                     3.
  778.                                                   </td>
  779.                                                   <td
  780.                                                    class="h5 pb8"
  781.                                                    width="30%"
  782.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  783.                                                  ></td>
  784.                                                   <td
  785.                                                    class="h5 pb8"
  786.                                                    width="30%"
  787.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  788.                                                  ></td>
  789.                                                   <td
  790.                                                    class="h5 pb8"
  791.                                                    width="30%"
  792.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  793.                                                  ></td>
  794.                                                 </tr>
  795.                                               </table>
  796.                                             </td>
  797.                                           </tr>
  798.                                         </table>
  799.  
  800.                                         <br />
  801.                                         <li>
  802.                                           <p>
  803.                                             Unduh, cetak dan lengkapi
  804.                                             <b
  805.                                              >Formulir Instruksi
  806.                                               Penerimaan/Pengiriman Efek</b
  807.                                            >
  808.                                             yang tersedia pada lampiran kemudian
  809.                                             kirimkan ke
  810.                                             <a
  811.                                              href="mailto:[email protected]"
  812.                                              style="display:inline;color:#0B24FB;"
  813.                                              >[email protected]</a
  814.                                            >
  815.                                           </p>
  816.                                         </li>
  817.                                       </ol>
  818.  
  819.                                       <br />
  820.  
  821.                                       <br />
  822.  
  823.                                       <p style="text-align: justify;">
  824.                                         Perlu diketahui bahwa dengan mengirimkan
  825.                                         <b
  826.                                          >Instruksi Penerimaan/Pengiriman Efek
  827.                                           ini, Nasabah telah membaca dan
  828.                                           menyetujui pernyataan yang dapat
  829.                                           dilihat pada </b
  830.                                        >Formulir Instruksi Penerimaan atau
  831.                                         Pengiriman Efek atau pada link
  832.                                         <a
  833.                                          style="
  834.                                      color: #1f497d;
  835.                                      font-style: italic;
  836.                                      text-decoration: underline;
  837.                                    "
  838.                                          href="https://www.most.co.id/Uploads/MOST%20Form/Formulir%20Instruksi%20Penerimaan%20atau%20Pengiriman%20Efek.pdf"
  839.                                          >berikut.</a
  840.                                        >
  841.                                       </p>
  842.                                       <br />
  843.  
  844.                                       <li
  845.                                        style="color: #1f497d;font-weight:bold;font-size: 16px;list-style: none;"
  846.                                      >
  847.                                         SETORAN TUNAI
  848.                                       </li>
  849.  
  850.                                       <p style="text-align: justify;">
  851.                                         Setoran secara tunai adalah setoran
  852.                                         dengan memindahkan dana tunai ke
  853.                                         Rekening Dana Nasabah (RDN) marjin Anda
  854.                                         di Bank Mandiri.
  855.                                         <br />
  856.                                         Jika Anda ingin memindahkan dana tunai
  857.                                         dari RDN rekening reguler Anda ke RDN
  858.                                         rekening marjin Anda, silahkan lakukan
  859.                                         <b>Instruksi Penarikan Dana</b> dengan 2
  860.                                         opsi bawah ini.
  861.                                       </p>
  862.                                       <br />
  863.  
  864.                                       <ol>
  865.                                         <li>
  866.                                           Balas e-mail ini serta tambahkan
  867.                                           alamat e-mail
  868.                                           <a
  869.                                            href="mailto:[email protected]"
  870.                                            style="display:inline;color: #0B24FB;"
  871.                                            >[email protected]</a
  872.                                          >
  873.                                           dan lengkapi tabel
  874.                                           <b style="color: #1f497d;"
  875.                                            >“Jumlah”</b
  876.                                          >
  877.                                         </li>
  878.  
  879.                                         <br />
  880.  
  881.                                         <p>
  882.                                           Terkait aktivasi rekening marjin,
  883.                                           mohon PT Mandiri Sekuritas
  884.                                           melaksanakan
  885.                                           <b style="color: #1f497d;"
  886.                                            >Instruksi Penarikan Dana</b
  887.                                          >
  888.                                           dari rekening bank yang dikuasakan
  889.                                           kepada PT Mandiri Sekuritas atas nama
  890.                                           sebagai berikut:
  891.                                         </p>
  892.  
  893.                                         <table
  894.                                          width="100%"
  895.                                          border="0"
  896.                                          cellspacing="0"
  897.                                          cellpadding="0"
  898.                                          bgcolor="#ffffff"
  899.                                          style="margin-top:10px;font-weight: bold;"
  900.                                        >
  901.                                           <tr>
  902.                                             <td align="center">
  903.                                               <table
  904.                                                width="100%"
  905.                                                border="1"
  906.                                                bordercolor="#ccc"
  907.                                                cellspacing="0"
  908.                                                cellpadding="0"
  909.                                                bgcolor="#ffffff"
  910.                                                style="border-radius: 5px;"
  911.                                              >
  912.                                                 <tr>
  913.                                                   <td
  914.                                                    class="h5 pb8"
  915.                                                    width="40%"
  916.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  917.                                                  >
  918.                                                     Nama Nasabah
  919.                                                   </td>
  920.                                                   <td
  921.                                                    class="h5 pb8"
  922.                                                    width="60%"
  923.                                                    style="border-radius: 0 8px 0 0; font-weight:bold; text-align: left; font-size:14px; line-height:1.5; color:#2E5585; padding:10px"
  924.                                                  >
  925.                                                     [account-name]
  926.                                                   </td>
  927.                                                 </tr>
  928.                                                 <tr>
  929.                                                   <td
  930.                                                    class="h5 pb8"
  931.                                                    width="40%"
  932.                                                    style="font-size:14px; text-align: left;line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  933.                                                  >
  934.                                                     Client ID Rek. Reguler
  935.                                                   </td>
  936.                                                   <td
  937.                                                    class="h5 pb8"
  938.                                                    width="60%"
  939.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  940.                                                  >
  941.                                                     [regular-client-id]
  942.                                                   </td>
  943.                                                 </tr>
  944.                                               </table>
  945.                                             </td>
  946.                                           </tr>
  947.                                         </table>
  948.  
  949.                                         <br />
  950.  
  951.                                         <b>Jumlah (MOHON DILENGKAPI)</b>
  952.                                         <table
  953.                                          width="100%"
  954.                                          border="0"
  955.                                          cellspacing="0"
  956.                                          cellpadding="0"
  957.                                          bgcolor="#ffffff"
  958.                                          style="margin-top:10px;font-weight: bold;"
  959.                                        >
  960.                                           <tr>
  961.                                             <td align="center">
  962.                                               <table
  963.                                                width="100%"
  964.                                                border="1"
  965.                                                bordercolor="#ccc"
  966.                                                cellspacing="0"
  967.                                                cellpadding="0"
  968.                                                bgcolor="#ffffff"
  969.                                                style="border-radius: 5px;"
  970.                                              >
  971.                                                 <tr>
  972.                                                   <td
  973.                                                    class="h5 pb8"
  974.                                                    width="40%"
  975.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  976.                                                  >
  977.                                                     Jumlah (Rp)
  978.                                                   </td>
  979.                                                   <td
  980.                                                    class="h5 pb8"
  981.                                                    width="60%"
  982.                                                    style="border-radius: 0 8px 0 0; font-weight:bold; text-align: left; font-size:14px; line-height:1.5; color:red; padding:10px"
  983.                                                  >
  984.                                                     (Mohon dilengkapi)
  985.                                                   </td>
  986.                                                 </tr>
  987.                                                 <tr>
  988.                                                   <td
  989.                                                    class="h5 pb8"
  990.                                                    width="40%"
  991.                                                    style="font-size:14px; text-align: left;line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  992.                                                  >
  993.                                                     Terbilang
  994.                                                   </td>
  995.                                                   <td
  996.                                                    class="h5 pb8"
  997.                                                    width="60%"
  998.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:red; padding:10px"
  999.                                                  >
  1000.                                                     (Mohon dilengkapi)
  1001.                                                   </td>
  1002.                                                 </tr>
  1003.                                               </table>
  1004.                                             </td>
  1005.                                           </tr>
  1006.                                         </table>
  1007.  
  1008.                                         <br />
  1009.  
  1010.                                         <p>
  1011.                                           Untuk dipindahbukukan/ditransfer ke
  1012.                                           rekening bank sebagai berikut:
  1013.                                         </p>
  1014.                                         <table
  1015.                                          width="100%"
  1016.                                          border="0"
  1017.                                          cellspacing="0"
  1018.                                          cellpadding="0"
  1019.                                          bgcolor="#ffffff"
  1020.                                          style="margin-top:10px;font-weight: bold;"
  1021.                                        >
  1022.                                           <tr>
  1023.                                             <td align="center">
  1024.                                               <table
  1025.                                                width="100%"
  1026.                                                border="1"
  1027.                                                bordercolor="#ccc"
  1028.                                                cellspacing="0"
  1029.                                                cellpadding="0"
  1030.                                                bgcolor="#ffffff"
  1031.                                                style="border-radius: 5px;"
  1032.                                              >
  1033.                                                 <tr>
  1034.                                                   <td
  1035.                                                    class="h5 pb8"
  1036.                                                    width="40%"
  1037.                                                    style="font-weight:bold; text-align: left; font-size:14px; line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  1038.                                                  >
  1039.                                                     Nama Nasabah
  1040.                                                   </td>
  1041.                                                   <td
  1042.                                                    class="h5 pb8"
  1043.                                                    width="60%"
  1044.                                                    style="border-radius: 0 8px 0 0; font-weight:bold; text-align: left; font-size:14px; line-height:1.5; color:#2E5585; padding:10px"
  1045.                                                  >
  1046.                                                     [account-name]
  1047.                                                   </td>
  1048.                                                 </tr>
  1049.                                                 <tr>
  1050.                                                   <td
  1051.                                                    class="h5 pb8"
  1052.                                                    width="40%"
  1053.                                                    style="font-size:14px; text-align: left;line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  1054.                                                  >
  1055.                                                     Client ID Rek. Marjin
  1056.                                                   </td>
  1057.                                                   <td
  1058.                                                    class="h5 pb8"
  1059.                                                    width="60%"
  1060.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  1061.                                                  >
  1062.                                                     [margin-client-id]
  1063.                                                   </td>
  1064.                                                 </tr>
  1065.                                                 <tr>
  1066.                                                   <td
  1067.                                                    class="h5 pb8"
  1068.                                                    width="40%"
  1069.                                                    style="font-size:14px; text-align: left;line-height:1.5; background-color:#F7B518; color:#2E5585; padding:10px"
  1070.                                                  >
  1071.                                                     Nomor Rekening Dana Nasabah
  1072.                                                     (RDN) Marjin
  1073.                                                   </td>
  1074.                                                   <td
  1075.                                                    class="h5 pb8"
  1076.                                                    width="60%"
  1077.                                                    style="font-size:14px; text-align: left;line-height:1.5; color:#2E5585; padding:10px"
  1078.                                                  >
  1079.                                                     [rdn]
  1080.                                                   </td>
  1081.                                                 </tr>
  1082.                                               </table>
  1083.                                             </td>
  1084.                                           </tr>
  1085.                                         </table>
  1086.  
  1087.                                         <br />
  1088.  
  1089.                                         <li>
  1090.                                           Unduh, cetak dan lengkapi
  1091.                                           <b style="color: #1f497d;"
  1092.                                            >Formulir Instruksi Penarikan
  1093.                                             Dana</b
  1094.                                          >
  1095.                                           yang tersedia pada lampiran kemudian
  1096.                                           kirimkan ke
  1097.                                           <a
  1098.                                            href="mailto:[email protected]"
  1099.                                            style="display:inline;color: #0B24FB;"
  1100.                                            >[email protected]</a
  1101.                                          >
  1102.                                         </li>
  1103.                                       </ol>
  1104.                                     </ul>
  1105.                                   </td>
  1106.                                 </tr>
  1107.  
  1108.                                 <tr>
  1109.                                   <td
  1110.                                    class="h5"
  1111.                                    style="
  1112.                                    font-size: 14px;
  1113.                                    line-height: 1.5;
  1114.                                    color: #404852;
  1115.                                    padding: 20px 0 0px;
  1116.                                  "
  1117.                                  >
  1118.                                     <p style="text-align: justify;">
  1119.                                       Perlu diketahui bahwa dengan mengirimkan
  1120.                                       <b>Instruksi Penarikan Dan</b> ini,
  1121.                                       Nasabah telah membaca dan menyetujui
  1122.                                       pernyataan yang dapat dilihat pada
  1123.                                       <b>Formulir Instruksi Penarikan Dana</b>
  1124.                                       atau pada link
  1125.                                       <a
  1126.                                        style="
  1127.                                      color: #1f497d;
  1128.                                      font-style: italic;
  1129.                                      text-decoration: underline;
  1130.                                    "
  1131.                                        href="https://www.most.co.id/Uploads/MOST%20Form/Formulir%20Instruksi%20Penerimaan%20atau%20Pengiriman%20Efek.pdf"
  1132.                                        >berikut.</a
  1133.                                      >
  1134.                                     </p>
  1135.                                     <br />
  1136.                                     <p
  1137.                                      style="
  1138.                                      text-align: justify;
  1139.                                      font-size: 14px;
  1140.                                      line-height: 1;
  1141.                                      color: #404852;
  1142.                                    "
  1143.                                    >
  1144.                                       Untuk mengetahui cara melakukan deposit
  1145.                                       pada RDN, Anda dapat melihat di
  1146.                                       <a
  1147.                                        style="
  1148.                                        color: #1f497d;
  1149.                                        font-style: italic;
  1150.                                        text-decoration: underline;
  1151.                                      "
  1152.                                        href="https://learning.most.co.id/course/detail?id=28"
  1153.                                        >video ini</a
  1154.                                      >
  1155.                                     </p>
  1156.                                     <br />
  1157.                                     <hr />
  1158.                                   </td>
  1159.                                 </tr>
  1160.  
  1161.                                 <tr>
  1162.                                   <td
  1163.                                    class="h5"
  1164.                                    style="
  1165.                                      font-size: 14px;
  1166.                                      line-height: 1.5;
  1167.                                      color: #404852;
  1168.                                      padding: 20px 0 0px;
  1169.                                    "
  1170.                                  >
  1171.                                     <p>
  1172.                                       Setelah melakukan setoran, segera lakukan
  1173.                                       konfirmasi ke Care Center kami.
  1174.                                     </p>
  1175.                                     <table
  1176.                                      width="100%"
  1177.                                      style="padding:20px 0 0"
  1178.                                    >
  1179.                                       <tr>
  1180.                                         <td
  1181.                                          width="40%"
  1182.                                          align="right"
  1183.                                          style="padding-right: 20px;"
  1184.                                        >
  1185.                                           <table>
  1186.                                             <tr>
  1187.                                               <td>
  1188.                                                 <img
  1189.                                                  src="[image-url]/icon_headphone.png"
  1190.                                                  alt=""
  1191.                                                />
  1192.                                               </td>
  1193.                                               <td>
  1194.                                                 14032
  1195.                                               </td>
  1196.                                             </tr>
  1197.                                           </table>
  1198.                                         </td>
  1199.                                         <td width="60%" align="left">
  1200.                                           <table>
  1201.                                             <tr>
  1202.                                               <td>
  1203.                                                 <img
  1204.                                                  src="[image-url]/icon_mail.png"
  1205.                                                  alt=""
  1206.                                                />
  1207.                                               </td>
  1208.                                               <td>
  1209.                                                 [email protected]
  1210.                                               </td>
  1211.                                             </tr>
  1212.                                           </table>
  1213.                                         </td>
  1214.                                       </tr>
  1215.                                     </table>
  1216.  
  1217.                                     <br />
  1218.                                     <p style="text-align: justify;">
  1219.                                       Selanjutnya Anda akan menerima email
  1220.                                       aktivasi berisi informasi-informasi serta
  1221.                                       tautan untuk membuat password dan PIN agar
  1222.                                       dapat mulai bertransaksi menggunakan
  1223.                                       rekening marjin Anda.
  1224.                                     </p>
  1225.                                   </td>
  1226.                                 </tr>
  1227.  
  1228.                                 <tr>
  1229.                                   <td
  1230.                                    class="h5"
  1231.                                    style="
  1232.                                      font-size: 14px;
  1233.                                      text-align: center;
  1234.                                      line-height: 1.5;
  1235.                                      padding: 25px 0px;
  1236.                                      color: #404852;
  1237.                                    "
  1238.                                  >
  1239.                                     <p>
  1240.                                       Terima kasih atas kepercayaan Anda telah
  1241.                                       memilih Mandiri Sekuritas sebagai solusi
  1242.                                       dalam berinvestasi di Pasar Modal. Selamat
  1243.                                       berinvestasi!
  1244.                                     </p>
  1245.                                   </td>
  1246.                                 </tr>
  1247.  
  1248.                                 <tr>
  1249.                                   <td
  1250.                                    style="
  1251.                                      border-bottom: 1px solid #dedede;
  1252.                                      padding: 10px;
  1253.                                    "
  1254.                                  >
  1255.                                     <!-- <hr /> -->
  1256.                                   </td>
  1257.                                 </tr>
  1258.                                 <tr>
  1259.                                   <td>
  1260.                                     <table
  1261.                                      width="100%"
  1262.                                      border="0"
  1263.                                      cellspacing="0"
  1264.                                      cellpadding="0"
  1265.                                      bgcolor="#ffffff"
  1266.                                    >
  1267.                                       <tr>
  1268.                                         <td width="30%">
  1269.                                           <img
  1270.                                            src="[image-url]/ContactUs-02.png"
  1271.                                            border="0"
  1272.                                            alt=""
  1273.                                            style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"
  1274.                                          />
  1275.                                         </td>
  1276.                                         <td
  1277.                                          class="h5 pb8"
  1278.                                          width="70%"
  1279.                                          style="font-size:14px; line-height:1.5; color:#404852; padding:0 0 0 20px "
  1280.                                        >
  1281.                                           <div
  1282.                                            style="padding:30px 0 15px; font-size:18px; "
  1283.                                          >
  1284.                                             <b style="color: #203C6A;"
  1285.                                              >Care Center
  1286.                                             </b>
  1287.                                             - Melayani dengan sepenuh hati
  1288.                                           </div>
  1289.                                           <table>
  1290.                                             <tr>
  1291.                                               <td
  1292.                                                style="padding-bottom:10px;padding-right: 5px;"
  1293.                                              >
  1294.                                                 <img
  1295.                                                  src="[image-url]/icon_headphone.png"
  1296.                                                  alt=""
  1297.                                                />
  1298.                                               </td>
  1299.                                               <td
  1300.                                                style="font-size:13px; padding-bottom:10px;padding-right: 5px;"
  1301.                                              >
  1302.                                                 14032
  1303.                                               </td>
  1304.                                             </tr>
  1305.                                             <tr>
  1306.                                               <td
  1307.                                                style="padding-bottom:10px;padding-right: 5px;"
  1308.                                              >
  1309.                                                 <img
  1310.                                                  src="[image-url]/icon_mail.png"
  1311.                                                  alt=""
  1312.                                                />
  1313.                                               </td>
  1314.                                               <td
  1315.                                                style="font-size:13px;padding-bottom:10px;padding-right: 5px; "
  1316.                                              >
  1317.                                                 [email protected]
  1318.                                               </td>
  1319.                                             </tr>
  1320.                                             <tr>
  1321.                                               <td
  1322.                                                style="padding-bottom:10px;padding-right: 5px;"
  1323.                                              >
  1324.                                                 <img
  1325.                                                  src="[image-url]/icon_map.png"
  1326.                                                  alt=""
  1327.                                                />
  1328.                                               </td>
  1329.                                               <td
  1330.                                                style="font-size:13px;padding-right: 5px; "
  1331.                                              >
  1332.                                                 <p>
  1333.                                                   <b>PT Mandiri Sekuritas </b>
  1334.                                                 </p>
  1335.                                               </td>
  1336.                                             </tr>
  1337.                                             <tr>
  1338.                                               <td></td>
  1339.                                               <td style="font-size: 10px;">
  1340.                                                 <p>
  1341.                                                   Menara Mandiri Lt. 24-25,
  1342.                                                 </p>
  1343.                                                 <p>
  1344.                                                   Jl. Jend. Sudirman Kav.54-55,
  1345.                                                   Jakarta
  1346.                                                 </p>
  1347.                                                 <p>
  1348.                                                   12190
  1349.                                                 </p>
  1350.                                               </td>
  1351.                                             </tr>
  1352.                                             <tr>
  1353.                                               <td
  1354.                                                colspan="2"
  1355.                                                style="padding: 10px 10px 10px 0"
  1356.                                              >
  1357.                                                 <table>
  1358.                                                   <tr>
  1359.                                                     <td
  1360.                                                      style="padding-right: 5px"
  1361.                                                    >
  1362.                                                       <a href="">
  1363.                                                         <img
  1364.                                                          src="[image-url]/icon_instagram.png"
  1365.                                                          alt=""
  1366.                                                          width="32px"
  1367.                                                        />
  1368.                                                       </a>
  1369.                                                     </td>
  1370.                                                     <td
  1371.                                                      style="padding-right: 5px"
  1372.                                                    >
  1373.                                                       <a href="">
  1374.                                                         <img
  1375.                                                          src="[image-url]/icon_facebook.png"
  1376.                                                          alt=""
  1377.                                                          width="32px"
  1378.                                                        />
  1379.                                                       </a>
  1380.                                                     </td>
  1381.                                                     <td
  1382.                                                      style="padding-right: 5px"
  1383.                                                      ;=""
  1384.                                                    >
  1385.                                                       <a href="">
  1386.                                                         <img
  1387.                                                          src="[image-url]/icon_twitter.png"
  1388.                                                          alt=""
  1389.                                                          width="32px"
  1390.                                                        />
  1391.                                                       </a>
  1392.                                                     </td>
  1393.                                                     <td
  1394.                                                      style="padding-right: 5px"
  1395.                                                    >
  1396.                                                       <a href="">
  1397.                                                         <img
  1398.                                                          src="[image-url]/icon_youtube.png"
  1399.                                                          alt=""
  1400.                                                          width="32px"
  1401.                                                        />
  1402.                                                       </a>
  1403.                                                     </td>
  1404.                                                   </tr>
  1405.                                                 </table>
  1406.                                               </td>
  1407.                                             </tr>
  1408.                                           </table>
  1409.                                         </td>
  1410.                                       </tr>
  1411.                                     </table>
  1412.                                   </td>
  1413.                                 </tr>
  1414.                               </table>
  1415.                             </td>
  1416.                           </table>
  1417.                         </td>
  1418.                       </table>
  1419.  
  1420.                       <!-- END Intro -->
  1421.                       <!-- Closing -->
  1422.                       <table
  1423.                        width="100%"
  1424.                        border="0"
  1425.                        cellspacing="0"
  1426.                        cellpadding="0"
  1427.                      >
  1428.                         <tr>
  1429.                           <td
  1430.                            class="h5 center"
  1431.                            style="
  1432.                              font-size: 13px;
  1433.                              line-height: 1.2;
  1434.                              padding: 20px;
  1435.                              text-align: center;
  1436.                            "
  1437.                          >
  1438.                             Mandiri Sekuritas terdaftar dan diawasi oleh
  1439.                             Otoritas Jasa Keuangan
  1440.                           </td>
  1441.                         </tr>
  1442.                       </table>
  1443.  
  1444.                       <!-- END Closing -->
  1445.                       <!-- Footer -->
  1446.  
  1447.                       <!-- END Footer -->
  1448.                     </td>
  1449.                   </tr>
  1450.                 </table>
  1451.               </td>
  1452.             </tr>
  1453.           </table>
  1454.  
  1455.           <!-- END Container -->
  1456.         </td>
  1457.       </tr>
  1458.     </table>
  1459.   </body>
  1460. </html>
  1461.  
Add Comment
Please, Sign In to add comment