.nlForm2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nlForm2 li {
    margin: 0px 0px 0px 0px;
    clear: both;
    
}

.nlForm2 .cntLeft {
  float:left;
   width: 350px;
   margin-left:0px;



}



.nlForm2 input     { font-size: 11px; width: 300px;}
.nlForm2 input.submit     { font-size: 11px; width:auto; overflow:visible;}
.nlForm2 select    { font-size: 11px; width: 300px;}
.nlForm2 textarea  { font-size: 11px; width: 300px;}
.nlForm2 option    { font-size: 11px; width: 300px;}
 
.nlForm2 label {
  display:block;
  float:left;
  width: 100px;
  cursor: pointer;
}

