$(document).ready(function(){

//formsize overwrite
$('#contact input.mfp').css('width','239px');
$('#contact input.mfp').css('height','19px');
$('#contact textarea.mfp').css('width','398px');
$('#contact textarea.mfp').css('height','124px');

//Anchor Scroll
$("a[href=#pn-top]").click(function() {  
var hash = this.hash;  
if(!hash || hash == "#")  
return false;  
$($.browser.safari ? 'body' : 'html')  
.animate({scrollTop: $(hash).offset().top}, 1500, "swing");  
return false;  
});  


});



