﻿.frmInput, .frmList,.frmTextArea
{
    width:285px;
    font-size:11px;
    padding:2px 6px 2px 6px; 
    border:solid 1px #c6c6c6; 
    background-image:url('Input/imgCtrlBg.png');
    background-repeat:repeat-x;
    background-position:left top;
}

.frmSubInput
{
    width:130px;
}

.frmTextArea
{
    padding-right:2px;
    height:130px;
    overflow:auto;
    
}


.frmList
{
   padding-right:1px;
   width:300px;

}
.inputValid
{ 
    border:solid 1px #9caf56; 
}
.inputInvalid
{
      border:solid 1px #ef4848; 
}
select.frmList option:hover
{
   background-color:#C8E3F6;
}