$(document).ready(function() {
  	$(".csc-mailform input[@type=radio]").css('border','none').css('width','auto');
  	$(".csc-mailform input[@type=checkbox]").css('width','auto').css('border','none');
  	$(".fourth-column a").text('Detaljer');
  	$(".next_month a").html('<img src="/fileadmin/templates/images/bullets.gif "');
  	$(".prev_month a").html('<img src="/fileadmin/templates/images/revbullets.gif "');
	$(".searchBox").val($('.tx-indexedsearch-sw').text());
  	$(".tx-srfeuserregister-pi1-password-again").css('padding','0pt 1em 0pt 1em');
  	$("#tx-srfeuserregister-pi1-password_again").css('margin-right','0');
  	$("#tx-srfeuserregister-pi1-password").css('margin-right','0');
});