This is only a problem when my callout text is 2 lines or more.
.callout-area, .tbubble {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: url("images/bg-inset.jpg") repeat-x center-top; scroll 0 0 #DCDCDE;
border-color: #BBBBBB #FFFFFF #FFFFFF #BBBBBB;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px #BBBBBB inset;
}
Also tried repeat-x repeat-y to no avail.










