$(document).ready(function(){
	$('input[type="text"]').addClass('text');
	$('input[type="submit"]').addClass('submit');
	$('.index_block td:first-child').css('border','0');
	$('.content th:first-child').css('border-left-color','#db532f');
});
