

@font-face {
  font-family: 'Pyekan';
  src: url('fonts/byekan.eot?#') format('eot'),
       url('fonts/byekan.woff') format('woff'),
       url('fonts/byekan.ttf') format('truetype');
	   font-size:11px;
}

.body
{
	margin: 0 5px 5px;
	background: #F3F3F3 url(images/bg.png);
	font-family: pyekan,tahoma;
}

.logo 
{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 5px;
    top: 2px;
    right: 0px;
    height: 35px;
    width: 113px;
}

x;
}

001297;text-decoration:none;}
a:hover{color:#000;}

.action {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

#auth
{
    width: 310px;
    padding: 10px 0 0 0;
    margin: auto;
    direction: rtl;
}

#frmAuth
 {
	background: #F8F8F8;
	padding: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.38), 0 0 30px rgba(0, 0, 0, 0.07) inset;
	border-radius: 5% 0% 5% 0% / 10% 0% 10% 0%;	
}


.butto


.button
{
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #CECACA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px #DDDDDD;
    cursor: pointer;
    font-family: pyekan,tahoma;
    font-size: 11px;
    color: #616060;
    margin: 3px 0;
    padding: 2px 15px;
    transition: all 100ms ease 0s;
}

r 
{
	color: #0087B3;
}


.input


.input
{
    outline: none;
    padding: 5px;
    font-family: pyekan, tahoma, 'b nazanin';
    font-size: 12px;
    border: 1px solid #D1CCcC;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(255, 255, 255) inset;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}


  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup
{
    border: 2px solid #808080;
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    width: 41%;
    position: relative;
    transition: all 5s ease-in-out;
    top: 0px;
    right: -42px;
    font-family: 'B Nazanin';
    font-size: 14px;
}

.popup h2 {
  margin-top: 0;
  color: #333;font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  left: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}