﻿div.requestForm div.ctrl
{
    width:auto;
    min-height:29px;
}
div.requestForm div.dataSubField
{
 float:left;
 width:auto; 
 overflow:hidden;  
 
}
div.requestForm div.subFieldMarginRight
{
    margin-right:10px;
}
div.requestForm .frmInput, div.requestForm .frmList,div.requestForm .frmTextArea
{
    width:285px;
}
div.requestForm .frmInput
{
    
  background-image:url('Form_RequestInfo/imgCtrlBg.png');
  background-repeat:repeat-x;
}


div.requestForm img.icError, div.requestForm img.icValid
{
    margin-left:10px;vertical-align:middle;
}

div.requestForm .frmList
{
   /*padding-right:1px;*/
   width:300px;

}


div.requestForm .frmSubInput
{
    width:130px;
}

div.requestForm .frmTextArea
{
    height:130px;
    /*padding-right:2px;    
    overflow:auto;*/
    
}

div.requestForm div.submit
{
    float:right;
}

div.requestForm .successMsg
{
 
 color:   #9caf56; 
}
div.requestForm .errorMsg
{
 
 color: #ef4848;    
}

