$(function(){
//  $('button').wrapInner('<span><span></span></span>');
  $('input[type=checkbox]').addClass('checkbox');
  $('#search-query').overLabel();
})
