   .simple_web_contents {
       width: 100%;
   }
   
   .simple_web_editor {
   }

   .simple_web_editor TD {
       padding-left: 4px;
       padding-bottom: 3px;
   }

   .simple_web_editor_image_fieldset {
       background-color: transparent;
   }

   .simple_web_editor_image_fieldset TD {
       vertical-align: top;
       color: black;
   }   

   .simple_web_editor_corner_images {
       margin-right: 10px;
       margin-bottom: 10px;
       background-color: transparent;
   }

   .simple_web_editor_corner_images TABLE {
       background-color: #F5F8FF;
       margin-right: 2px;
       margin-top: 5px;
       margin-bottom: 5px;
    }

   .simple_web_editor_corner_images TABLE TABLE {
       background-color: #F5F8FF;
       margin-right: 2px;
       margin-bottom: 2px;
       height: 90px;
   }



   .simple_web_editor_background_images {
       background-color: #F5F8FF;
       margin-right: 2px;
       margin-top: 5px;
       margin-bottom: 5px;
    }

   .simple_web_editor_background_images TABLE {
       background-color: #F5F8FF;
       margin-right: 2px;
       margin-bottom: 2px;
       height: 90px;
   }


   .simple_web_editor_border_images {
       margin-right: 10px;
       margin-bottom: 10px;
       background-color: transparent;
   }

   .simple_web_editor_border_images TABLE {
       background-color: #F5F8FF;
       margin-right: 2px;
       margin-top: 5px;
       margin-bottom: 5px;
    }

   .simple_web_editor_border_images .simple_border_image_left_right {
      background-color: transparent;
   }

   .simple_web_editor_border_images .simple_border_image_left_right TABLE {
       background-color: #F5F8FF;
       margin-right: 2px;
       margin-bottom: 2px;
       height: 90px;
   }

   .simple_web_editor_border_images .simple_border_image_top_bottom {
       width: 100%;
   }

   .simple_web_editor_border_images .simple_border_image_top_bottom TABLE {
       width: auto;
   }

   .image_selection_table TABLE {
      overflow: auto;
      height: 500px;
   }

   .portlet-table-scroller TABLE {
      height: auto;
   }
   
   .portlet-table-scroller TD {
      padding-left: 4px;
   }

   .image_selection_form TR {
      height: auto;
   }
   
   .image_selection_image {
      cursor: pointer;
   }

   .image_selection_buttons TD {
      padding-left: 4px;
   }
   
   .simple_web_contents, .portlet .simple_web_contents {
       line-height: normal;
       font-size: 11pt;
       
   }
   
   .simple_web_contents H1 {
       margin-bottom: 0.5em;
       font-size: 18pt;
   }

   .ie .simple_web_contents H1 {
       margin-top: 0.25em;
   }

   .simple_web_contents OL {
       list-style-type: decimal;
       margin-top: 0.5em;
       margin-left: 40px;
   }
   
   .simple_web_contents UL {
       list-style-type: disc;
       margin-top: 0.5em;
       margin-left: 40px;
   }      
   
   .portlet-form-field-label {
       font-weight: bold; 
       text-align: right; 
       width: 100%; 
   }
   