$(function(){
	$(".tp_small_submit").width('100px')
	$(".tp_small_title").css({
		color: '#4a4a4a',
		'vertical-align': 'top'	
	})
	$(".tp_small_select").css({
		'margin-bottom': '0'
	})
	$(".tp_small_text").css({
		color: '#969696',
		'line-height': '12px'
	})
	$(".tp_small_text table tbody tr td:first").attr('valing','bottom')
	$(".tp_small_text table tbody tr td:last").attr('valing','top')
	$(".tp_small_text td").css({
		'line-height': '12px'
	})
})
