if (makeSubmit) {
element("formID:submit").clickAndWait();
}
HintLabelInspector hintLabel = hintLabel("formID:hintLabelStyled");
hintLabel.assertStyle("background-color: beige;" +
" border-left-color: pink;" +
" border-left-width: 3px;" +
" border-left-style: solid;" +
" padding-top: 10px;" +
" padding-bottom: 10px;" +