I have some SVG elements grouped together in a element. I just want to style that element to show grouping of elements. Like I want
You actually cannot draw Container Elements
But you can use a "foreignObject" with a "SVG" inside it to simulate what you need.
http://jsfiddle.net/VBmbP/4/