﻿body {
}

.SendButton
{
    float: left; 
    width: 72; 
    height: 26px; 
    
    }
    
    
.TextBoxses
{
    font-family: sans-serif;
    font-size: 12px;
    border:2px solid;
    color:#808080;
    background-color:#EBEBEB;
    border-color:#DCDCDC;
   text-align: left;
 width: 160px;
height: 22px;
padding-left: 7px;
}

.tdTextBoxses
{
    height:30px;
    width: 150px;
}

.Comments
{
    font-family: sans-serif;
    font-size: 12px;
    color:#808080;
    background-color:#EBEBEB;
    border:2px  solid;
    border-color:#DCDCDC;
    width:168px;
    height:56px;
    padding-left: 9px;
}
    
.tofes-Titles
{
    text-align:left;
    width:205px;
 
}

.tofes-Validators
{
    width:60px;
    font-size: 11px;
    color:Red;
    direction: rtl;
}


