
array(6) {
  ["input_border"]=>
  string(17) "0px #000000 solid"
  ["input_bg"]=>
  string(7) "#ffffff"
  ["input_color"]=>
  string(8) "#3c3c3c "
  ["input_fontSize"]=>
  string(4) "12px"
  ["input_element_border"]=>
  string(17) "1px #999999 solid"
  ["input_element_border_radius"]=>
  string(3) "3px"
}
.RForm th{
    display:table-cell;
}
.RForm-fname{
    background-color: #ffffff;
    border:0px #333333 solid;
    color:#000000}
.RForm-fname > span.required{
    background-color:#FF0000;
    font-size:10px;
    color : white}
.RForm-input{
    background-color: #ffffff;
    border:0px #000000 solid;
    color:#3c3c3c ;
    font-size:12px;
}
.RForm-input > input,.RForm-input > textarea,.RForm-input > radio,.RForm-input > checkbox,.RForm-input > select{
    border:1px #999999 solid;
    border-radius:3px:
}