﻿body 
{
	font-family:Tahoma;
	font-size:12px;
	direction:rtl;
	background-color:#ededed;
	color:#FFF;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}

#loginBox 
{
	border:1px solid #535353;
	background:#fff;
	width:360px;
	background:#007abb url(../images/UI/loginBack.jpg) top repeat-x;
	margin:100px auto;
	min-height:360px;
	}
#loginBox table{width:100%;}
#loginBox #header
{
	background-position: right top;
	height: 80px;
	background-image: url(../images/UI/loginlogo.png);
	background-repeat: no-repeat;
}
#loginBox #content{padding:5px;}
#loginBox #footer
{
	background-position: left bottom;
	height: 85px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	padding:8px;
	margin:8px;
	}

input
{
	padding:2px;
	margin:5px;
	font-family:Tahoma;
	font-size:12px;
	direction:rtl;
	}
#fieldTitle
{
	font-weight:bold; 
	}
