How add some style only to GWT container, not to all widget that container contains? For example I need to style CaptionPanel's caption (make it bigger and change color). But when I add style to entire CaptionPanel then all widgets inside inherits added style too.