Was just trying to set the width of the edit box and discovered that /modules/system/system.css is overriding the setting. Specifically line 346:

.resizable-textarea {
width:95%;
}

No matter what I set the width to in tinytinymce, it displays at 95%. Even if I set it smaller than 95%.
I'm using Drupal 6.10, btw.