p.business{
	margin-bottom:7px;
	color:#000;
	width:625px;
}
.info_business {
	width:635px;
	border-bottom: 1px solid #ffcc00;
	border-top: 1px solid #ffcc00;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 1px 1px 5px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 1px 1px 5px rgba(107, 107, 107, 0.4);	
	margin:0 auto;
	margin-top:10px;
	display:table;
}
.info_left{
	width:20px;
	float:left;
	line-height:45px;
	background:#fff9df;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right:5px;
	text-align:center;
	color:#ffcc00;
	
}
.info_right{
	width:600px;
	display:table;
	float:left;
	line-height:35px;
	color:#21497a;
	font-size:13px;
	font-weight:normal;
	padding-top:5px;
}
.bullet{
	background-image:url(../../img/business/bullet.png);
	background-position: top left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:10px;
	color:#000;
}

#c_h2{  margin-left:20px;}