.box_left {
	float: left;
	width: 260px;
}

.box_right {
	float: left;
	width: 260px;
	margin-left: 30px;
	overflow: hidden;
}
