.modal--window {
	display: inline-block;
	position: relative;
	max-width: 80%;
	padding: 20px;
	border: 5px solid #fefefe;
	border-radius: 5px;
	background: #f0f0f0;
	vertical-align: middle;
	z-index: 10000;
	font-size: 16px;
	color: #93007b;
}

.modal--window_buttonclose {
}

.modal--window__close {
	display: block;
	cursor: pointer;
	border: 0px;
	top: 4px;
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/i/third-party/magiczoomplus/graphics/buttons1.png) -48px 0px;
	cursor: pointer;
}

.modal--window__close_left {
	left: 4px;
}

.modal--window__close_right {
	right: 4px;
}

.modal--window__close:hover {
	background-position: -48px -24px;
}

.modal--window input[type="button"], .modal--window input[type="submit"], .button_dark {
	padding: 6px 16px;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.3);
	cursor: pointer;
	background: #444;
	background: -webkit-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: -moz-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: -ms-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: -o-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	background: linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
	color: #fff;
}

.modal--window input[type="button"]:hover, .modal--window input[type="submit"]:hover, .button_dark:hover {
	background: #555;
}
