.box-modal {
	position: relative;
	/*width: 500px;*/
	padding: 16px;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	border: 3px solid #909;
	border-radius: 10px;
}
.box-modal_close { position: absolute; right: 5px; top: 5px; cursor: pointer; }