html
{
	padding: 0;
	margin: 0;
}

body
{
	padding: 0;
	margin: 0;
	font-family: Calibri;
	font-size: 13px;
	background-color: #e7e7e7;
}

.BlockTD
{
	width: 280px;
	height: 500px;
	background: no-repeat 0 0 transparent;
}	

.Title
{
	display: inline-block;
	font-size: 18px;
	color: #4482c1;
	font-weight: bold;
	padding: 250px 25px 10px 30px;
}

.Features
{
	display: block;
	color: #939393;
	font-weight: bold;
	padding: 1px 25px 0px 50px;
	background:url(Homepage/FeaturesBullet.jpg) no-repeat 38px 3px;
}

.Copy
{
    width:66%;
	display: block;
	color: #000000;
	padding: 8px 25px 8px 0px;
	text-decoration:none;
}

.Copy:hover
{
	text-decoration:none;
}

/* Login Section */

.LoginText
{
	color:#508b00;
	font-size:12px;
	font-weight:bold;
}
.ForgotPassowrd
{
	color:#508b00;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.ForgotPassowrd:hover
{
	text-decoration:none;
}

.TextBoxFrame
{
	display:inline-block;
	background:url(Homepage/TextBoxFrameL.jpg) top left no-repeat transparent;
	width:auto;
}

.TextBoxFrame span
{
	display:inline-block;
	background:url(Homepage/TextBoxFrameR.jpg) top right no-repeat transparent;
	width:auto;
	padding-bottom:1px;
}
.LoginTextBox
{
	border:0;
	background-color:Transparent;
	color:#508b00;
	font-size:12px;
	font-weight:normal;
	padding:4px 8px 5px 8px;
	width:116px;	
}
.SignInBtn
{
	display: inline-block;
    text-decoration: none;
    background-color: #508b00;
    color: #fff;
    padding: 12px 15px;
}

.ForgotPasswordBtn
{
	display:inline-block;
	height:24px;
	width:53px;
	background:url(Homepage/Submit.jpg) top right no-repeat transparent;
}
.ForgotPasswordBtn:hover
{
	background:url(Homepage/SubmitOver.jpg) top right no-repeat transparent;
}
.ForgotPasswordCancel
{
	display:inline-block;
	position:absolute;
	height:18px;
	width:18px;
	top:0px;
	right:25px;
	background:url(Homepage/ForgotPasswordClose.gif) top right no-repeat transparent;
}

/*End Arabic Section*/


/* End Login Section */
