[ad_1]
Change your CSS selector from .cwg_popup_submit .style to input.cwg_popup_submit. That should do the trick. Optionally combine your four paddings into just one, this:
input.cwg_popup_submit {
width: 126px;
padding: 5px 0px;
background-color: #243856A6;
}
Hi George,
It works well, thank you for your support.
Patrick
