fieldset 
{
font-weight:bold; 
color:#1e2354;  
}

input.form_button
{
    font-weight:bold;
    background-color: #1e2354;
    color:#ffffff;
    width:100px;
    border: 0px; 
    padding:5px;
    
}

input.form_thinbutton
{
    font-weight:bold;
    background-color: #1e2354;
    color:#ffffff;
    width:70px;
    height:20px;
    border: 0px; 
    font-size:smaller;
    padding:1px; 
}

input 
{  
    border:solid 1px #1e2354;   
}

.formbuilder
{
  font-weight:bold;      
}

input radio
{
 border:0 !important; 
}

input.text_css 
{
    border:solid 1px #1e2354;
}

textarea 
{
 border:0px;
 background-color: #ffffff; 
 color: #000000; 
}


select.list_css
{
    background-color: #ffffff;
}

select.radio_css
{
    border:0px;
}

.Validation_Css 
{
 font-weight:bold;
 color:#000000;    
}

.requiredVal_Css 
{
 color:#ffffff;  
 font-size:larger; 
}
