﻿#modal_form {
	width: 321px; 
	height: 507px;
	background: #fff;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-top: -193px;
	margin-left: -193px;
	display: none;
	opacity: 0;
	z-index: 5;
	padding: 35px 33px 39px 33px;
}

#modal_form #modal_close {
	background: url('../img/modal-close.png') no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -34px;
	right: -38px;
	cursor: pointer;
	display: block;
}

#overlay {
	z-index: 3;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	width: 100%; 
	height: 100%;
	top: 0; 
	left: 0;
	cursor: pointer;
	display: none;
}


/*----------------------------------- форма в модальном окне -----------------------------------*/
#modal_form .title{
	font-size: 20px;
	text-align: center;
}


#jcemediabox-popup-container > div {
  height: 595px !important;
}

