.table_form{
	margin-top: 30px;
}
.table_form .table_form_total .total_table{
	margin-left: 15px;
}
.table_form .table_form_total .total_table tr:hover{
	background: #eee;
}
.table_form .table_form_total .total_table tr th{
	padding: 8px 10px;
	text-align: left;
	border: 1px solid #ddd;
	background: #eee;
}
.table_form .table_form_total .total_table tr td{
	padding: 8px 10px;
	text-align: right;
	border: 1px solid #ddd;
}
.table_form .table_form_total .total_table tr td:last-child{
	color: red;
}

.table_form .table_form_sort{
	width: 100%;
}
.table_form .table_form_sort .table_form_sort_title{
	height: 45px;
	line-height: 55px;
	font-size: 20px;
	margin-left: 15px;
}
.table_form .table_form_sort .sort_table{
	width: 100%;
	overflow: hidden;
}
.table_form .table_form_sort .sort_table_list{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.table_form .table_form_sort .sort_table_list{
	margin-left: 15px;
}
.table_form .table_form_sort .sort_table_list .sort_table_list_title{
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: none;
	height: 40px;
	line-height: 40px;
}  
.table_form .table_form_sort .sort_table_list .sort_table tr:hover{
	background: #eee;
}
.table_form .table_form_sort .sort_table_list .sort_table tr th,.table_form .table_form_sort .sort_table_list .sort_table tr td{
	padding: 8px 5px;
	text-align: right;
	border: 1px solid #ddd;
}
.table_form .table_form_sort .sort_table_list .sort_table tr td:last-child{
	color: red;
}