Firebug shows no css file, but rather, embeded css for element.style.... here's the HTML output:
<div>
<label>UBBCode:</label>
<div class="easy_img_caption" style="margin: 0pt; background-color: rgb(242, 242, 242); width: 23px;">
<a href="javascript:JOSC_insertUBBTag("b")">
and the CSS:
element.style {
background-color:#F2F2F2;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
width:23px;
}
width of 23px.... yipes! What's going on?? Any ideas? Thanks, in advance

Other (perhaps) useful info:
latest joomla 1.5x
latest FCK
latest Jomsocial, but jomcomment plugin disabled.