.box-modal {
	position: relative;
	width: 400px;
	padding: 0px;
	background: #fff;
	color: #3c3c3c;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .5);
	border-radius: 0px;
}

.box-modal2 {
	position: relative;
	width: 680px;
	padding: 0px;
	background: #fff;
	color: #3c3c3c;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .5);
	border-radius: 0px;
}