﻿     /* For Text Box */
    .txt
    {
        border-left: 1px solid #3964C3;
        border-right: 1px solid #3964C3;
        border-top: 1px solid #3964C3;
        border-bottom: 1px solid #3964C3;
        height:17px;
        font-family:verdana,Arial,"Lucida Sans",sans-serif;
        font-size:12px;
        font-weight:normal;
    }
    /* For Labels */
    .lbl
    {
        font-family:verdana,Arial,"Lucida Sans",sans-serif;
        font-size:12px;
        font-weight:normal;
    }
      
    
    /* For Buttons */
    .btn
    {
        border-left: 1px solid #3964C3;
        border-right: 1px solid #3964C3;
        border-top: 1px solid #3964C3;
        border-bottom:  1px solid #3964C3;
        background-color:#B7C8F4;

        width:auto;
        height:20px;
        
        font-family:verdana,Arial,"Lucida Sans",sans-serif;
        font-size:12px;
        font-weight:bold;
        color:#000066;
    }
    /* Common */
     .floatRight
    {
        float:right;
    }
    .floatLeft
    {
        float:left;
    }  
    
     .width10
    {
        width:10px;
    }
     .width20
    {
        width:20px;
    }
     .width50
    {
        width:50px;
    }
    
     .width70
    {
        width:70px;
    }
    
     .width100
    {
        width:100px;
    }
     .width125
    {
        width:125px;
    }
    .width150
    {
        width:150px;
    }
  
    .width200
    {
        width:200px;
    }
    .width250
    {
        width:250px;
    }
     .width300
    {
        width:300px;
    }
     .width350
    {
        width:350px;
    }
     .width400
    {
        width:400px;
    }
     .width450
    {
        width:450px;
    }
     .widthHeight200x100
    {
        width:200px;
        height:100px;
    }
    
    .widthHeight150x200
    {
        width:150px;
        height:200px;
    }
    .widthHeight500x150
    {
        width:500px;
        height:150px;
    }
     .required
    {
        color:red;
        margin-right:1px;
        font-size: 11px;
    }
    /* for form Start*/  
   
   a.header
   {
		font-family:verdana,Arial,"Lucida Sans",sans-serif;
        font-size:12px;
        font-weight:normal;
        text-decoration:none;
   }
   
    h1.moduleHeader 
    {
       font-size: 14px; font-weight:bold;
       font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
       margin:0px;       
     }
     
    .fontSize10
    {
        font-size: 10px;
        font-weight: normal; 
        font-family: Arial,Trebuchet MS, Trebuchet, Verdana,  sans-serif;
    }
     
    p.defaultTextJustify
    {
        font-size: 14px;
        font-weight: normal; 
        font-family: Arial,Trebuchet MS, Trebuchet, Verdana,  sans-serif;
        margin:0px;
        text-align:justify;  
    }
    p.defaultTextCenter
    {
        font-size: 14px;
        font-weight: normal; 
        font-family: Arial,Trebuchet MS, Trebuchet, Verdana,  sans-serif;
        margin:0px;
        text-align:center; 
    }
    p.defaultTextLeft
    {
        font-size: 14px;
        font-weight: normal; 
        font-family: Arial,Trebuchet MS, Trebuchet, Verdana,  sans-serif;
        margin:0px;
        text-align:left;  
    }
    p.defaultTextRight
    {
        font-size: 14px;
        font-weight: normal; 
        font-family: Arial,Trebuchet MS, Trebuchet, Verdana,  sans-serif;
        margin:0px;
        text-align:right;  
    }
    
    p.requiredText
    {
        font-size: 10px;
        font-weight: normal; 
        font-family: Arial,Trebuchet MS, Trebuchet, Verdana,  sans-serif;
        margin:0px;
        /*text-align:center;  */
        color:Red;  
    }
    .errorText
    {
        font-size: 10px;
        font-weight: normal; 
        font-family: Arial,Trebuchet MS, Trebuchet, Verdana,  sans-serif;
        margin:0px;
        text-align:center;  
        color:Red;  
        height:10px; 
    }
    
    /* for form End*/    
