$(document).ready(function(){
$(document).pngFix();
$(".gradient").FontEffect({gradient:true, gradientColor:"#fff" });
$('input[type=submit], input[type=button], input[type=reset]').each(function() {
 $(this).after('<span class="button-wraper"><b class="button">'+$(this).val()+'</b><em></em></span>');
 $(this).next('.button-wraper').click(function(){
 $(this).prev().click();
 });
 $(this).hide();
});
});
