﻿

.RegForm .aspNetDisabled {
    border-color: #898989;
    background-color: #EBEBE4;
}

.ZipCode
{
    width:160px;    
}

.EmailName
{
    width:200px;    
}


.PassportSer
{
    width:112px;    
}

.PassportNum
{
    width:198px;    
}






.TelPrefix
{
    width:60px;    
}

.TelNumber
{
    width:128px;    
}



.RegFormDayMonthCB {
    width: 60px;
    padding-right: 2px;
}

.RegFormYearCB{ width: 80px;}


.DateSpacingCell
{
    width:5px;    
}

.RegForm
{
    color: Black; 
    font-size: 12pt;
    width: 100%;
    font-weight: normal;
    /* border: 1px solid black;*/
}

.ValidatorText
{
    color: blue; 
    font-size: 12pt;
    /* border: 1px solid black;*/
}

.CellPhoneNumber {
    width: 202px;
}


.acEmailDomain {
    width: 93px;
}

    .fieldNameWrapper
    {
         height:34px;
        width: 170px;
        text-align: right;
        padding-right: 15px;
    }
    
 .RegForm .req {
     color: #ff4d00;
 }
 
 .invalidNotification 
 {
     font-size: 14pt;
     margin-top: 10px;
     color: #ff4d00;
 }
 
  .invalidNotificationWrapper {
      height: 30px;
 }
 
 
  .RegForm .invalid {
     color:#ff4d00;
      border-bottom: #ff4d00 1px dashed;
      cursor: help;
 }
 
  .RegForm .invalid:link {
     text-decoration: none;
 }
 .RegForm .invalid:active {
     text-decoration: none;
 }
  .RegForm .invalid:visited {
     text-decoration: none;
 }
    

.RegFormFullLenghtTB
{
    width:322px;
}

.RegFormFullLenghtCMB
{
    width:380px;
}



