/*step
-----------------------------------------------------------------------*/
.b-step{
	padding : 7px 0 5px 10px;
	line-height: 170%;
	background-color : #FDEEDC;
	border : solid 1px #F3DDC3;
	font-size : 14px;
	color : #9C5602;
	font-weight : bold;
	margin-top : 15px;
}
.b-stepguide-ctrl{
	width : 710px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	padding : 15px 0;
	background-color : #ffffff;
	border : dotted 0px #ff0000;
}
.b-stepguide-left{
	width : 341px;
	float:left;
	border : solid 1px #cccccc;
}
.b-stepguide-right{
	width : 355px;
	line-height: 170%;
	border : dotted 0px #ff0000;
	float:right;
}

