$(document).ready(function(){
$('input[type!=submit]').addClass('textfield');
$('th').attr('valign','top');
});
