.box_left {
	float: left;
	width: 410px;
	display: block;
	/*border: 1px dotted red;*/
}
.box_right {
	margin-left: 10px;
	float: right;
}

