.box-modal {
	position: relative;
	width: 1000px;
	padding: 0px;
/*	background: #3c3f41; */
	color: #bbb;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 0px rgba(153, 153, 153, .3);
	border-radius: 0px;
}
.box-modal_close { position: absolute; right: 20px; top: -90px; font-size: 10px; line-height: 12px; cursor: pointer; font-family: initial; opacity: 85%; background-color: #ffffff; padding: 5px; color: #333333; }
.box-modal_close:hover { color: #6897bb; }

@media only screen and (max-device-width: 800px) {
.box-modal {
	width: 340px;
	}
.box-modal_close { position: absolute; right: 0px; top: 0px; font-size: 10px; line-height: 12px; color: #333333; cursor: pointer; pointer; font-family: initial; opacity: 85%; background-color: #ffffff; padding: 5px; }
	
}
