.box-modal {
	position: relative;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { 
background: none repeat scroll 0 0 #666;
border: 3px solid #eee;
border-radius: 14px;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: bold;
height: 20px;
line-height: 16px;
padding: 4px 4px 2px;
position: absolute;
right: -16px;
text-align: center;
top: -10px;
width: 20px;
z-index: 10000;
 }
.box-modal_close:hover { 
color: yellow;
}