.customer_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	top: 5px;
	bottom: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.customer_left img {
	width: 200px;
}

.customer_left {
	float: left;
	width: 200px;
}
.customer_right {
	float: right;
	width: 500px;
	font-family: "微軟正黑體";
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #069;
	background-color: #F2F2F2;
	padding-top: 3px;
	padding-bottom: 3px;
}
.customer_right_txt {
	float: right;
	width: 500px;
	font-family: "微軟正黑體";
	line-height: 22px;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.customer_right_txt a {
	text-decoration: none;
}
.customer_dwon {
	border-top-style: dotted;
	border-top-color: #999;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 40px;
}
