Ok, im NOT a desginer and my CSS skills suck. So I have a styling issue with buttons\submit
On most of my pages im using jquery mobile and jquery UI. The problem is I want to apply jquery mobile style to particular buttons\submit and not jquery UI.
So by default jquery UI is applying its style to the button, but I want to use jquery mobile.
<input type="submit" value="Save">

how to tell that submit to use jquery mobile css? (I still need to use both styles on the page, just want to tell the button to use the mobile style)