*{font-family:BYekan}
#main_esghkade{
  background: url(../images/linn.png);
  width:1024px;
  height:768px;
}
#menu_eshghkade{
  position: relative;
  width:1000px;
  height:120px;
  top:-8px;
  direction: rtl;
}
#online_eshghkade{
  position: relative;
  float: left;
  direction: rtl;
  background: url(../images/online.png);
  top:-145px;
  width: 147px;
  height:105px;
}
#login_eshghkade{
  left:20px;
  position: relative;
  top:200px;
  width: 400px;
  height: 350px;

}

.go {
background-color: rgb( 135, 185, 0 );
position: absolute;
top: 140px;
width: 700px;
right: -1px;
height: 35px;
}

.goo {
color: #fff;
background:url(../images/image.png) right -2px no-repeat;
text-align: right;
direction: rtl;
float: right;
padding: 5px;
font-size: 16px;
text-shadow: 1px 1px rgba(0, 0, 0, 0.21);
padding-right: 40px;

}

.select {
font: 12px BYekan;
width: 210px;
height: 33px;
border-radius: 3px;
border: solid 1px rgba(0, 0, 0, 0.18);
padding-right: 5px;
text-align: right;
direction: rtl;
color: #9B9B9B;
border-bottom: solid 3px rgba(0, 0, 0, 0.18);
background: #fff url(../images/image.png) 178px -117px no-repeat;
padding-right: 27px;
}

.tf-user {
width: 180px;
height: 30px;
border-radius: 3px;
border: solid 1px rgba(0, 0, 0, 0.18);
padding-right: 5px;
font: 12px BYekan;
text-align: right;
border-bottom: solid 3px rgba(0, 0, 0, 0.18);
background: #fff url(../images/image.png) 178px -79px no-repeat;
padding-right: 27px;
}

.tf-pass {
width: 180px;
height: 30px;
border-radius: 3px;
border: solid 1px rgba(0, 0, 0, 0.18);
padding-right: 5px;
font: 12px BYekan;
text-align: right;
border-bottom: solid 3px rgba(0, 0, 0, 0.18);
background: #fff url(../images/black304.png) right no-repeat;
padding-right: 27px;
}

.btn {
width: 209px;
height: 35px;
background: #CC4343;
border: solid 1px #883737;
border-bottom: solid 3px #883737;
font: 14px BYekan;
border-radius: 4px;
color: #fff;
text-shadow: 1px 1px rgba(0, 0, 0, 0.16);
cursor: pointer;
-moz-transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
}

.btn:hover {

background: #999999;
border: solid 1px #8b8b8b;
border-bottom: solid 3px #8b8b8b;

}