

function styleForm() {
	$$('select.styled').styleSelect();
	$$('input.button.styled').styleButton();
}

