$('#thankYouMessage').css({"height": textHeight, "margin-top:": "-52px", "padding-left": "19px"});
The CSS property 'padding-left:' will be applied as expected, but the negative margin will not take effect. The 'margin-top:' property is being ignored.