.TextBoxStyleFa
{
	background-color:White;
	border-style:solid;
	border-width:1px;
	border-top-color:#AE87BE;
	border-right-color:#AE87BE;
	border-left-color:#AE87BE;
	border-bottom-color:#AE87BE;
	font-family: Tahoma;
	font-size: 11px;
	color: #4C005D;
	direction: rtl;
}
.TextBoxStyleEn
{
	background-color:White;
	border-style:solid;
	border-width:1px;
	border-top-color:#AE87BE;
	border-right-color:#AE87BE;
	border-left-color:#AE87BE;
	border-bottom-color:#AE87BE;
	font-family: Tahoma;
	font-size: 11px;
	color: #4C005D;
	direction: ltr;
}
.BtnStyle
{
	background-image:url('Images/FormButtonBackground.gif');
	background-repeat:repeat-x;
	background-color:#612E69;
	border: solid 1px #71397B; 
	width:80px;
	height:20px; 
	padding: 0px 5px 5px 4px;
	color:#FFFFFF;
	font-size:8pt; 
	font-family:tahoma;
	font-weight: bold;
	text-align:center;
}
.DropDownListStyle
{
	background-color:White;
	border-style:solid;
	border-width:1px;
	border-top-color:#5794BF;
	border-right-color:#5794BF;
	border-left-color:#5794BF;
	border-bottom-color:#5794BF;
	font-family: Tahoma;
	font-size: 11px;
	color: #0E456C;
	direction: rtl;
}
