﻿/* Email Form */
	#tblEmailForm
	{
	 margin:auto; 
	 width:520px; 
	 margin-top:25px;
	}
	#tblEmailForm th
	{
	 text-align:right;
	}

/* s text fields */
	#tblEmailForm
	{
		margin-top:0px;
	}
	
	
	#tblEmailForm th
	{
	 font-weight:normal;
	}
	#tblEmailForm th, #EmailFormHeader
	{
		padding-right:55px
	}
	
    #tblEmailForm .TextField
    {	
    	height:13px;
    }

    #tblEmailForm .TextField, .TextAreaField 
    {
    	border:1px solid #949494;
    	background-color:#ffffff;
    }
    
    #divEmailAttach input
    {
    	color:#666;
    	border:none;
    	background-color:#ffffff;
    	direction:rtl;
    }
  

	.BtnForm
	{
		border:1px solid #949494;
    	background-color:#efeeee;
	}
   
/* e text fields */