jQuery(document).ready(function() {
	//alert(jQuery("div.button").length);
	jQuery("div.button:first input").css("font-weight", "bold");
});
