}
ICSSStyle style = this.getCSSStyle();
if (style != null) {
CSSBorder border1 = new CSSBorder(this.getCSSStyle());
border1.paint(this, graphics, NO_INSETS);
// draw a border for those special elements like <h:form>, etc.
ITagEditInfo editInfo = (ITagEditInfo) style
.getAdapter(ITagEditInfo.class);
if (editInfo != null && editInfo.needBorderDecorator()) {