.box-modal {
	position: relative;
	background: #000000;
	border-top: 5px solid #004ed5;
	}

.box-modal.__white{background: #ffffff;}
.box-modal.__medium{ width: 620px;}

.box-modal_close { 
	display:block;
	position: absolute; 
	right: -30px; 
	top: -26px; 
	font-size: 11px; 
	line-height: 15px; 
	color: #999; 
	cursor: pointer;
	width: 23px;
	height: 22px;
	opacity: 0.6;
	background:url(../img/modal-close.png) no-repeat center;
	}

.box-modal_close:hover {
	opacity: 1;
	}