/* CSS Document */
#login_section
{
	width:960px;
	height:auto;
	float:right;
	padding:10px 0px;
}
#login_section #login_form
{
	width:298px;
	height:149px;
	float:right;
	background:url(../images/login-box.png);
}
#login_section #login_img
{
	width:610px;
	height:149px;
	margin-right:32px;
	float:left;
}
#aut_form
{
	float:right;
	border:none;
	margin-top:30px;
}
.login_input
{
	width:200px;
	height:22px;
	float:right;
	margin-top:4px;
	margin-right:45px;
	border:1px solid #814bdb;
	direction:rtl;
	padding:0 2px;
	color:#814bdb;
	font-family:'BBCNassim',Arial;
}
.login_button
{
	width:53px;
	height:23px;
	background:url(../images/submit.png) no-repeat center;
	border:none;
	float:left;
	margin-top:4px;
	margin-left:46px;
	cursor:pointer;
}
.login_button:hover
{
	background:url(../images/submit-a.png) no-repeat center;
}
.remmember_link
{
	float:left;
	margin-left:38px;
	margin-top:5px;
	text-decoration:none;
	color:#814bdb;
	font-size:14px;
	direction:rtl; 
	font-family:'BBCNassim', B Nazanin, Arial;
}
.remmember_link:hover
{
	color:#a779f4;
}
.login_error
{
	float:right;
	margin-right:48px;
	margin-top:0px;
	color:#eb7228;
	font-size:14px; 
	font-family:'BBCNassim', B Nazanin, Arial;
	direction:rtl;
}
#workArea #k_text
{
	width:960px;
	height:auto;
	float:right;
	background:#f9f9f9 url(../images/pagraph-gray-bg.png) repeat-x top;
}
#k_text #k_paragraph
{
	font-family:'BBCNassim', Arial;
	font-size:16px;
	text-align:justify;
	direction:rtl;
	padding-right:10px;
}