$(document).ready(function() {
    if ($('#controlPanel').length > 0) {
        $('form').css('backgroundPosition','center 36px')
    }
});
