So I currently have a jQuery dialog with two buttons: Save and Close. I create the dialog using the code below:
$dialogDiv.dialog({ autoOpen: false,
Why not just inspect the generated markup, note the class on the button of choice and style it yourself?