#modal_form {
            /* width: 900px;  */
			width:  685px ; 
            /*height: 100px;*/
            border-radius: 5px;
            border: 3px #000 solid;
            background: #fff;
            position: fixed;
            top: 45%;
            left: 50%;
            margin-top: -250px;
            /* margin-left: -450px; */
			margin-left: -352px;
            display: none;
            opacity: 0;
            z-index: 5;
            padding: 10px 10px 5px 10px;
        }
		#modal_form img {
			height: 620px;
		}
        /* Кнoпкa зaкрыть */
        #modal_form #modal_close {
            width: 6px;
            height: 10px;
            position: absolute;
            top: 2px;
            right: 6px;
            cursor: pointer;
            display: block;
        }
        /* Пoдлoжкa */
        #overlay {
            z-index:3;
            position:fixed;
            background-color:#000;
            opacity:0.8;
            -moz-opacity:0.8;
            filter:alpha(opacity=80);
            width:100%; 
            height:100%;
            top:0;
            left:0;
            cursor:pointer;
            display:none;
        }
        #modal-content {
            text-align: center;
            overflow: auto;
            padding-bottom: 1px;
        }
        }
        }