.selecter{
	width:70%;
	text-align:left;
	height:20px;
	
	
}
.select2-container .select2-choice{
	height:34px!important;
	line-height:34px!important;
}
.select2-container .select2-choice abbr{
	top:10px!important;
}
.select2-container .select2-choice .select2-arrow b{
	background:url("/js/select2/select2.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0)!important;
}
#result{
	padding:20px;
}
.simple_table{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: separate;
}
.simple_table td{
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px dotted #c397af;
	vertical-align:top;
}
.simple_table tr:last-child td{
	border-bottom:none;
}
.simple_table td span{
	font-size:17px;
	color:#05980f;
}
.remark{
	text-align:left;
	font-size:12px;
}
