.box-modal {
	position: relative;
	width: 450px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: #fff;
	color: #3c3c3c;
	line-height: 1px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 5px 5px 25px 0px rgba(0,0,0,1.00);
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,1.00);
}
.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; }

.big-box-modal {
	position: relative;
	width: 840px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: #fff;
	color: #3c3c3c;
	line-height: 1px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 5px 5px 25px 0px rgba(0,0,0,1.00);
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,1.00);
}
.big-box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.big-box-modal_close:hover { color: #666; }