I noticed that outer tables and the like are not uniquely named across tabs. So if you use say the following css :
#sbs_OuterTable_1 {
width:500px;
}
To format a row of fields on tab A, it also affects the same row on tab B.
Maybe appending a _{tab #} to the end of ID’s that are replicated across tabs is necessary. That way I can target each tabs layout individually without causing cross contamination of styles.