.box-modal {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding: 15px;
	background: #fff;
	color: #3c3c3c;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 0px;
}

@media only screen and (max-width: 600px)  {
/*	.box-modal {
		width: 260px;
	}*/
}

.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; }