table.ncode_imageresizer_warning, table.ncode_imageresizer_warning td
   {
      background-color: #fefee1; /* the bgcolor behind the text and image */
   }
   table.ncode_imageresizer_warning {
      color: #000000; /* the font color */
      border: 1px solid #CCCDCD; /* the border around the whole thing */
      cursor: pointer;
   }
   table.ncode_imageresizer_warning td {
      font-size: 10px;
      vertical-align: middle;
      text-decoration: none;
   }

   table.ncode_imageresizer_warning td.td1 {
      padding: 5px;
   }