.box_1{
	margin:15px 0;
	padding:10px;
	background:#E8E8C7;
	zoom:100%;
}
.box_1:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.box_1 h5{
	color:#940047;
}

.box_2{
	margin:15px 0;
	padding:10px;
	background:#FEE6D0;
	zoom:100%;
}
.box_2:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.box_1 table,
.box_2 table{
	border-collapse:collapse;
}
.box_1 th,
.box_1 td,
.box_2 th,
.box_2 td{
	padding:5px;
}
.box_1 th,
.box_2 th{
	vertical-align:top;
}

.box_1 p{
	margin:0 0 0 20px;
}
