$(document).ready(function() {


var location_helper = $('#primary_keyword').html();
$('#primary_location').html(location_helper);
location_helper = $('#secondary_keyword').html();
$('#secondary_location').html(location_helper);
$('#primary_keyword').remove();
$('#secondary_keyword').remove();

$('#secondary_company_function').attr('size','20');


$('input.sq-form-field').attr('size','20').css('margin-left','15px').css('margin-right','10px');
$('#register_form fieldset input.sq-form-field').removeAttr('style');
$('input#sq_commit_button').attr('value','Submit form');
$('input#register-submit-button').attr('value','Submit form');

});