﻿body {
	padding: 10px;
	direction:rtl;
}
.login_header{
	width:860px;
	height:178px;
	margin:0 auto;
	background:url(../images/login_ar/login_header1.jpg) no-repeat top center;
}
.LoginButton
{
    width: 70px;
    height: 23px;
    background: url(../images/login_ar/login_btn.gif) no-repeat center center;
    font-family: "traditional Arabic";
    font-size: 16px;
    font-weight: bold;
    border: 0;
    margin: auto 0 auto 10px;
    cursor: pointer;
    color: #37779f;
	float:left;
}

.login_body{
	width:858px;
	height:auto;
	margin:0 auto;
	border:1px solid #e0e7ea;
	border-top:0;border-bottom:0;
	background:url(../images/login_ar/login_header2.jpg) no-repeat right top;
}
.body_div{
	padding:40px 60px 20px 60px;
	float:right;
	width:300px;
	margin-bottom:10px;
	
}
.login_footer{
	width:860px;
	height:69px;
	padding-top:10px;
	margin:0 auto;
	background:url(../images/login_ar/login_footer.jpg) no-repeat center center;
	text-align:center;
}
.login_footer,.login_footer a:link,.login_footer a:visited{
	color:#555555;
	font-family:tahoma;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
}
.login_title{
	color:#616161;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	text-align:right;
}
.login_text,.login_text a:link,.login_text a:visited{
	color:#616161;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	line-height:20px;
	text-align:right;
}
.TextBox
{
    width: 98%;
    font-family: tahoma;
    color: #283c4f;
    font-size: 12px;
    border: 1px #92acc3 solid;
}
.login_text ul {
	list-style:none;
	padding:0;
	margin:20px;
	
}
.login_text ul li{
	list-style-image:url(../images/login_ar/list_arrow.gif);
	list-style-position:outside;		
}
.login_text ul li a{
	/* *padding-right:10px;*/	
}
.login_text a:hover{
	text-decoration:underline;
}
.login_input{
	width:300px;
	font-family:tahoma;
	font-size:12px;
	color:#616161;
	padding:3px;
	border:1px solid #dcdcdc;
}
.login_char{
	padding:3px;
	border:1px solid #dcdcdc;
	text-align:center;
}