.box-modal {
	position: relative;
	width: 840px;
	padding: 1px 0 1px 0;
	background: #fff;
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }