@font-face{

	font-family:'B Yekan';

	src:url(../fonts/YekanWeb-Regular.woff) format('woff');

}

body{	

	background:url(../img/3.jpg) center;

	font-family:'B Yekan',tahoma;

	font-size:13px;

	direction:rtl;

}

input{

	font-family:'B Yekan',tahoma;

	font-size:13px;

	direction:rtl;	

}

#box-login{

	width:350px;

	height:420px;

	margin:0 auto;

	margin-top:50px;

	border:1px solid rgba(221,221,221,1);

	background-color:#fff;

	border-radius:3px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;	

	/*display:none; */

}

.center{

	margin:0 auto !important;

}

#copyright{

	font-family:Tahoma, Geneva, sans-serif;

	font-size:11px;

	color:rgba(153,204,51,1);

	text-align:center;

	line-height:22px;

	margin-top:10px;

	display:none;

}

#title{

	padding:10px 5px 0 0;

	direction:rtl;

	text-align:right;

}

a{

	text-decoration:none;

	color:rgba(0,204,51,1);	

}

a:hover{

	text-decoration:none !important;

	color:rgba(221,221,221,1);

}

#grad {

  background: -webkit-linear-gradient(#DDD, #EEE); /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(#DDD, #EEE); /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#DDD, #EEE); /* For Firefox 3.6 to 15 */

  background: linear-gradient(#DDD, #EEE); /* Standard syntax */

  width:100%;

  height:60px;

  border-bottom:thin inset rgba(221,221,221,1);

  text-align:center;

  font-size:30px;

  line-height:60px;

  color:rgba(68,0,0,1);

  text-shadow:1px 1px -1px #EEEEEE;

}

#login{

	width:90%;

	margin:0 auto;

	margin-top:15px;	

}

