﻿.engCell {
	text-align: left;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:65%;
	height:20px;	
	letter-spacing:1px;
	xbackground-color:#fff;
}
.engCell span
{
	font-size: 11px;
	font-style:italic;
	letter-spacing:0px;
	color:#62904E;
}
.arCell {
	text-align: right;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:35%;
	height:20px;	
	letter-spacing:1px;
	xbackground-color:#fff;
}

.engDiv
{
	width:70%;
	vertical-align:middle;
	text-align:left;
	padding:3px 3px 3px 3px;
}
.arDiv 
{
	width:25%;
	vertical-align:middle;
	text-align:right;	
	padding:3px 3px 3px 3px;
}

.FormTitle
{
	padding:5px 5px 5px 5px;
	font-size: 1.5rem; 
	font-weight:300;
	letter-spacing: -0.1rem;
	text-align:left;
}

.txtBox
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 12px;
	border: 1px solid #A3C582;	
	height: 24px;		
	vertical-align:middle;	
	border-radius:5px;
	padding: 3px 3px 3px 3px;
	resize: none;
	width:98%;
	
}
.dropBox
{
	font-family: verdana,Century Gothic;
	color: #CA161E;
	font-size: 13px;
	border: 1px solid #A3C582;	
	height: 33px;		
	vertical-align:middle;	
	border-radius:5px;
	padding:5px 5px 5px 5px;
}
.btnLogin
{
	font-family: verdana;
	color: #078753;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #078753;
	padding: 7px 25px 7px 10px;	
	border-radius:6px;
	background-image: url('../images/login.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #BBD7A8; 
	-webkit-box-shadow: 2px 2px 4px #BBD7A8; 
	box-shadow: 2px 2px 4px #BBD7A8;	
}
.btnSave
{
	font-family: verdana;
	color: #078753;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #078753;
	padding: 7px 25px 7px 10px;	
	border-radius:6px;
	background-image: url('../images/save.gif');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #BBD7A8; 
	-webkit-box-shadow: 2px 2px 4px #BBD7A8; 
	box-shadow: 2px 2px 4px #BBD7A8;	
}
.btnCancel
{
	font-family: verdana;
	color: #078753;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #078753;
	padding: 7px 25px 7px 10px;	
	border-radius:6px;
	background-image: url('../images/cancel.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #BBD7A8; 
	-webkit-box-shadow: 2px 2px 4px #BBD7A8; 
	box-shadow: 2px 2px 4px #BBD7A8;	
}
.btnAddNew
{
	font-family: verdana;
	color: #078753;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #078753;
	padding: 7px 25px 7px 10px;	
	border-radius:6px;
	background-image: url('../images/add.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #BBD7A8; 
	-webkit-box-shadow: 2px 2px 4px #BBD7A8; 
	box-shadow: 2px 2px 4px #BBD7A8;	
}
.copyright{
	color:#fff;
	font-size:10px; 
	font-family:Verdana;
	height:15px; 
	width:100%;
	background:#E6E6E6 url('../images/colorbar.jpg') no-repeat;
	position:fixed; 
	z-index:10000; 
	bottom:0px;
	padding:5px 5px 5px 5px;
	text-align:right;		
}

input.txtBox:required {

    background:url('../images/required.gif') no-repeat scroll 100% 50% transparent;
}
input.txtBox:required:valid {
background: url('../images/success_16.png') no-repeat scroll 100% 50% transparent;
}


