﻿.LabelColoredStyle
{ 
    color:Blue;
    font-size:14px;
    font-weight:normal;
    font-family: Verdana; 
}

.LabelStyle
{ 
    font-size:12px;
    font-family: Verdana; 
}

.TdLabelStyle
{
    width:50%;
}

.LabelBoldStyle
{ 
    font-weight:bold;
    font-size:12px;
    font-family: Verdana; 
}

.LabelRequisStyle
{ 
    font-size:14px;
    font-family: Verdana; 
    font-weight:bolder;
    color:Red;
}

.TextboxStyle
{
    border: 1px solid #C1C1C1;
    font-size:12px;
    font-family: Verdana; 
    height:20px;
    width:220;
    text-align:left;
}


.LabelValidationMessageStyle
{
  font-family: verdana; 
  font-size: 12px; 
  font-weight: normal; 
  text-align: left;
  color:Blue;
}

.LabelValidationMessageErrorStyle
{
  font-family: verdana; 
  font-size: 12px; 
  font-weight: normal; 
  text-align: left;
  color: Red;
  height:35px;
}