$(document).ready( function() {
	$("input[type=file]:not(.swfupload)").filestyle({
		image: "/img/icons/027.png",
		imageheight : 16,
		imagewidth : 25,
		width : 150
	 });
});
