$(document).ready(function() {
    $('label[for=id_spam_check]').html('Please answer this question: 1 + 1 =');
    $('label[for=id_spam_check]').css('width', '230px');
    $('#id_spam_check').css('width', '100px');
});
