[quote=ducheszv]i think you can do this:
[quote]<input [b]class='popupbuttons'[/b] type='button' [b]value=' ' [/b]maxlength='23' onClick='expandingWindow('URL OF WINDOW')'>[/quote]
CSS:
[quote]input.popupbuttons{
color:#fff;
background-image: url(URL_OF_BUTTON_IMG);
}[/quote]
correct me if im wrong...

[/quote]
u r correct but u r wrong

1ST PAGE

[quote=blurrycloud][quote]<input class='[b][color=red]popupbuttons[/b][/color]' type='button' value='[b]BUTTONLABEL[/b]' maxlength='23' onClick='expandingWindow('[b]URL OF WINDOW[/b]')'>[/quote]
then place this inside your css.. (Just edit the ##### part)
[quote].popupbuttons {
color: #######;
font-family: Arial;
font-size: 12px;
font-weight: bold;
background-color: ######;
border:1px solid ######;
}[/quote]
[/quote]