.box-modal {
	position: relative;
	width: 600px;
	padding: 5px 5px 1px 5px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { 
position: absolute;
line-height: 15px;
color: #000;
cursor: pointer;
font-weight: 700;
font-size: 18px;
    border: 2px solid #525252;
    padding: 5px 6px;
    border-radius: 15px;
    top: -14px;
    right: -14px;
    background-color: #fff;
	}
.box-modal_close:hover { color: #666; }
.box-modal img {width: 100%;}

@media (max-width: 600px) {
.box-modal {
    width: 98%;}
	.box-modal_close {
    font-size: 23px;}
	}