I tried to create buttons and insert my own images instead of the standard button images. However, the gray border from the standard buttons still remains, showing on the ou
You can also try background:none;border:0px to buttons.
background:none;border:0px
also the css selectors are div#yes button{..} and div#no button{..} . hopes it helps
div#yes button{..}
div#no button{..}