$(document).ready( function() {
	$('.contentElement a').removeAttr( "target" );
	$('input[type=submit]').css( {
		width: "80px",
		height: "26px",
		overflow: "hidden",
		"text-indent": 9999,
		border: "0px",
		"background-image": "url( /img/79/verzend.gif )"
	});
	
	$('input[type=submit][value=Send]').css( "background-image", "url( /img/79/send.gif )" );
	
	$('sup').css( "color", "#FFF" );
	$('.MFormRequired span').css( "color", "#FFF" );
	
	$('#languageSelectionGabriel').remove();
	$('.header').append( $('<div id="languageSelectionGabriel"><a class="nl" href="http://smartcuisine.nl"></a><a class="en" href="http://smartcuisine.eu"></a></div>' ) );
});
