window.addEvent('domready', function() {
	$$('select.styled').styleSelect();
	$$('input.button.styled').styleButton();
});



