﻿.input
{
    color: #3f3f3f;
    font-family: Arial;
    font-size: 12px;
    border: 1px;
    border-style: solid;
    border-color: #3f3f3f;
    width: 240px;
    text-align: left;
}

.CheckBox
{
    width:20px;
    color: #3f3f3f;
    font-family: Arial;
    font-size: 12px;
    
}
.textarea
{
    color: #3f3f3f;
    font-family: Arial;
    font-size: 12px;
    border: 1px;
    border-style: solid;
    border-color: #3f3f3f;
    width: 240px;
    
}
.simple_text
{
    color: #3f3f3f;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    
    
    
}
.form_text
{
    color: #3f3f3f;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    width: 30%;
    text-align :right;
    white-space:nowrap;
}
.form_desc
{
    width: 240px;
    height: 50px;
    color: #3f3f3f;
    font-family: Arial;
    font-size: 12px;
    border: solid 1 black;
}
.user_pass_labal
{
    color: #0067CB;
    font-weight: bold;
    font-size: 12px;
}
.left
{
    direction:ltr;
    text-align:left;
}
.required_field
{
    color:Red;
    padding-left:2px;
    font-weight:bold;
    width:3px;
}
.title_labal
{
    font-size:16px;
    font-weight:bold;
    color:#353535;
    padding:13px;
}
.required_text
{
    color:Red;
    font-size:10px;
    text-align:left;
    font-weight:bold;
}
.sub_title_labal
{
   color:#0067CB;
  text-align:left;
  font-weight:bold;
  font-size:12px;
}
.country_list
{
    font-size: 12px;
    border: 1px;
    border-style: solid;
    border-color: #3f3f3f;
    width: 250px;
    text-align: left;
    direction:ltr;
}
.ValidationSummary{font-size:12px;}