.box-modal {
	/* position: relative; */
	/*width: 230px;*/
	background: #30b34a;
	color: #3c3c3c;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	padding: 10px;
	 -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	position: relative;
}
.box-modal_close { position: absolute; right: 15px; top: 9px; line-height: 15px; cursor: pointer; background: url(img/close.png); width: 21px; height: 21px; font-size: 0;}
.box-modal_close:hover { color: #666; }