Re: The divTicketWrapper have hard coded styles.
I see quite a few posts in here about over-writting styles. One method that always works for me is to specify an id of a containing element. For example, if you have a div that is used for centering with an ID of "containter", you can do something like "#container .divTicketWrapper" as your selector in order to give your styles priority over styles that are defined by using the class selector directly. Does this help, or am I misunderstanding what you're asking.