 
 
 
 
 $(document).ready(function (e) {
   
  
 
 $('#xform select').wrap('<div class="select-container" />');
 $('#xform .select-container').wrap('<div class="select-bg" />');
 $("#xform INPUT[type='checkbox']").addClass('checkboxclass');
 $("#xform INPUT[type='submit']").addClass('submitclass');
/*
$('#xform').each(function(){


 var strNewFoot =$(this).html().replace("kohteessa",""); 
 $(this).html(strNewFoot);

 //alert($(this).html());
 
 //alert($("fieldset").html());
 
 });
 
  */

 
 });
     
 
