@Test
public void testStyling() {
testAppFunctionalPage("/components/popuplayer/popupLayerStyling.jsf");
PopupLayerInspector popupLayer = popupLayer("formID:styled");
popupLayer.assertStyle("width: 400px; height: 200px; border: 2px solid crimson; background: mistyrose; " +
"text-decoration: underline; font-weight: bold; text-align:center; left: 200px; top: 200px;");
popupLayer.mouseOver();
popupLayer.mouseMove();