.box-modal {
	position: relative;
	width: 330px;
    margin: auto;
    overflow: auto;
	padding: 16px 70px;
	color: #fff;
    font:  100 16px "Courier New", Verdana, Arial, Helvetica, sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
	background: #9BFFB4;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; cursor: pointer;display: block;width: 25px;height: 25px;background: url('/images/close-icons.png');background-size: contain; opacity: 0.8}
.box-modal_close:hover {	opacity: 1.0; }
#BoxMsg {
	color: #12475C;
}


