thanks robert,
yes i have found that something like
input[type="button"] {
border: 1px solid #CCCCCC;
color: #1C94C4;
font-weight: bold 75%;
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size: 1.1em;
cursor: pointer;
display: inline-block;
text-align: center;
....
}
will get me most of the way, by copying various styles from other buttons,
But the print button seems to be its own little beast, not jquery but a snipit of javascript, generated in-line
The text "Print this Page" appears to as hard code in the form.
i guess what i will do is replace the single packet assignment with my own in the printbutton routine.
then i can add a std class and custom text without much effort, until bruce gets around to themerolling this.
poul