

table.infoZoneEditor 
{
/* gives you 37 less pixels than you specify*/

background-color: #FFFFFF;
width: 800px;
height: 600px;
cellspacing: 0; 
cellpadding: 0;
border: 0;
align: center;

}table.freeInfoZone
{
/*          Editor gives you 46 less pixels than you specify          */
/*          At 600 add 9 Pixels to wysiwygEditor                      */
/*          At 700 add 5 Pixels to wysiwygEditor                      */
/*          At 800 make them equal                                    */
/**/
background-color: #FFFFFF;
width: 800px;
cellspacing: 0; 
cellpadding: 0;
border: 0;
align: center;

}


/*specifies 618 actually get 589 -29 diff
Specified 658 actually get 613 -45 diff
-24*/