﻿.container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 524px;
  height: 262px;
 
}
.container_frm{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:700px;
  height:650px;
   background-color:#eeeeee;

   border-radius:5px 5px 0px 0px;
   -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.38);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.38);
}

.link {
     font-family:'yekan';
         font-size:12px;
          text-decoration:none;
}
.link a:link{
font-family:'yekan';
    font-size:12px;
    color:#eeeeee;
   text-decoration:none;
}

.link a:visited{
   
   color:#eeeeee;
    text-decoration:none;
}
.link a:hover{
    color:rgba(9, 9, 9, 0.60);  
    text-decoration:none;
}
.link a:active{
    background-color:#252525;
    text-decoration:none;
}



.txt_box{
    border:none;
    border-radius:3px;
    padding:5px 7px 5px 30px;
    color:#252525;
}
.cmb_box{
    border:none;
    border-radius:3px;
   font-family:'Yekan';
   cursor:pointer;
}
.sub_link{
   font-size:10px;
  color: #a3a3a3;
   font-family:'Yekan';
}
.dv_up {
    position:fixed;
    background:rgba(9, 9, 9, 0.60); 
    width:100%; 
    padding:5px;
    text-align:right;
 direction:rtl;
 margin-top:-8px;
  margin-right:-8px;
}

.dv_butt {
    position: fixed;
    bottom: 0;
    width: 100%;
  background:rgba(9, 9, 9, 0.60); 
    padding:5px;
     margin-right:-8px;
}