CssParser parser = getParser(style);
CssTree.DeclarationGroup declGroup = null;
try {
declGroup = parser.parseDeclarationGroup();
} catch (ParseException e) {
throw new GadgetException(GadgetException.Code.CSS_PARSE_ERROR, e);
}
List<ParsedCssDeclaration> attributes =