.box-modal {
	position: relative;
	width: 400px;
	padding: 16px;
	background: #FFFFFF url("../../../../img/newsletter-bg.png") center bottom no-repeat;
	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; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: rgb(58, 57, 57); cursor: pointer; }
.box-modal_close:hover { color: rgb(0, 0, 0); }