
.box-modal2 {
	position: relative;
	text-align: left;
	width: 600px;
	height: 400px;
	padding: 34px;
	background: #fff;
	color: #3c3c3c;

	font-weight: 400;
	font-size: 16px;

	border-radius: 3px;
}
.box-modal2 strong {font-weight: 600}
.ninmp {
width: 200px;
height: 30px;
margin: 4px;
border: 4px solid #c9c9c9;
padding: 1px 10px;
font: 18px;
text-align: center;
background-color: #ffffff;
}

.box-modal_close { position: absolute; right: 30px; top: 20px; font-size: 14px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }