/*Основа модального окна*/
.modal {cursor:pointer; }

.modalbox {
width:350px; 
height:272px;
padding:28px 0 0 0;
display:none;
position:fixed; 
border-radius:8px; 
left:50%; 
top:40%; 
z-index: 99999;  
background:#008bd2; 
}


.close {
width:20px;
height:20px;
position:absolute;
top:-18px;
right:-18px;
cursor:pointer;
text-align:center;
float:right; 
line-height:18px;
font-size: 24px;
font-family: Tahoma;
font-weight:bold;
border:0px #FF0000 solid;
}

#fadebody {display: none; background:#000; position:fixed; left:0; top:0; width: 100%; height: 100%;opacity: 0.3;z-index: 9999;}



/*----------*/

.form_z {
font-family:FRS45, Tahoma;
font-size:31px;
color:#fff;
text-align:center;
}

.form_inpt1 {
width:245px;
height:35px;
margin:10px auto 0;
}

.form_inpt1 input{
width:235px;
height:35px;
margin:0 auto 0;
padding:0 0 0 10px;
background:#fff;
border:0;
font-family:FRS45, Tahoma;
font-size:15px;
color:#726e6e;
border-radius:7px;
}

.knopik {
width:245px;
height:70px;
margin:10px auto 0;
cursor:pointer;
border:0px #FFFFFF solid;
}

.knopik input{
width:245px;
height:70px;
margin:0;
cursor:pointer;
background:url(../images/button_modal.png) no-repeat;
border:0px #FFFFFF solid;
}

.pod_knopik {
width:245px;
margin:-12px auto 0;
padding:0 0 0 0px;
color:#fff;
font-family:FRS45, Tahoma;
font-size:20px;
border:0px #FFFFFF solid;
}

.knopik:hover {
opacity:0.8;
}

/*----------*/


.modalik {cursor:pointer; }

.modalbox2 {
width:500px; 
height:708px;
padding:28px 0 0 0;
display:none;
position:fixed; 
border-radius:8px; 
left:50%; 
top:50%; 
z-index: 99999; 
background:url(../images/INN.jpg) no-repeat; 
}


.close2 {
width:20px;
height:20px;
position:absolute;
top:-18px;
right:-18px;
cursor:pointer;
text-align:center;
float:right; 
line-height:18px;
font-size: 24px;
font-family: Tahoma;
font-weight:bold;
border:0px #FF0000 solid;
}



.modalun{cursor:pointer; }

.modalbox3 {
width:500px; 
height:708px;
padding:28px 0 0 0;
display:none;
position:fixed; 
border-radius:8px; 
left:50%; 
top:50%; 
z-index: 99999; 
background:url(../images/OGRN.jpg) no-repeat; 
}


.close3 {
width:20px;
height:20px;
position:absolute;
top:-18px;
right:-18px;
cursor:pointer;
text-align:center;
float:right; 
line-height:18px;
font-size: 24px;
font-family: Tahoma;
font-weight:bold;
border:0px #FF0000 solid;
}