.left_text {
	text-align: left;
	width: 150px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}
.center_box_A {
	background-color: #FFFFFF;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #1D93C1;
}
.center_box_B {
	background-color: #FFFFFF;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1D93C1;
	border-bottom-color: #1D93C1;
	border-left-color: #1D93C1;
}
.center_box_img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.left_box {
	color: #FFFFFF;
	background-color: #65AB31;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}
