.box-modal {
	position: relative;
	/*width: 500px;*/
	padding: 16px;
	background: #fff;
	box-shadow: 0 0 0 7px rgba(50, 120, 0, .8);
	border-radius: 0;
}
.box-modal_close { position: absolute; right: 5px; top: 5px; cursor: pointer; }