<div id="customform"> ... <input type="button" id="generatedID1"> ... <input type="button" id="generatedID2"> ... <input type="button" id="generatedID3"> ... .. </div>
div#customform input { my styles; }
colm_c wrote: No need for any complicated CSS here... just add the following to the boxes <input type="button" id="generated_id_0" class="button-style1" > And just style the class .button-style1 On that note, it's worth mentioning that some netscape browsers don't support underscores in names in CSS