﻿.formLabel 
{
    font: bold 11px "Arial";
    display:block;
    line-height:24px;
    float:left;  
    width:110px;  
    margin-bottom:1px;
    min-height:25px;
}
.formLabel120 
{
    font: bold 11px "Arial";
    display:block;
    line-height:24px;
    float:left;  
    width:120px;  
    margin-bottom:1px;
    min-height:25px;
}

.formCheckboxLabel 
{
    
}
.formLabel200
{
    font: bold 11px "Arial";
    display:block;
    line-height:24px;
    float:left;  
    width:200px;  
    margin-bottom:1px;
    min-height:25px;
}
.formLabelNS
{
    font: bold 11px "Arial";
    display:block;
    line-height:24px;
    margin-bottom:1px;
    min-height:25px;
}
.formOptionalLabel 
{
  font: italic 10px "Arial";
    display:block;
    line-height:12px;
    top:-4px;
    position:relative;
     
}
.formLabel200retype
{
    font: 11px "Arial";
    font-style:italic;
    display:block;
    line-height:24px;
    float:left;  
    width:200px;  
    margin-bottom:1px;
    min-height:25px;
    color:#999999;
}
.formElement
{
    margin-top:2px;
    margin-left:2px;
}
.formError 
{
    display:block;
    font-weight:bold;
    color:#FF4545;
    margin:5px 0px 5px 0px;
    
    
    }
.BoldButton 
{
    font: bold 11px "Arial";
     font-variant:small-caps;
}
input, select, textarea
{
    font: 11px "Arial";
    color:#343434;
}
input[type="button"],input[type="submit"]
{
    line-height:18px;
    min-height:25px;
}