.fieldForm div .fieldItemValue   
{  
   /* padding-left:10px;  */
}  
.fieldForm .fieldItemLabel   
{  
    /*width:7em;  
    float:left;  */
     display: block;
        margin-top: 8px; 
}  
.fieldForm .fieldItemLabel label   
{  
    font-weight:bolder;  
    white-space:nowrap;  
}  
.fieldForm .field100Pct,   
.fieldForm .field50Pct   
{  
    min-width: 200px;  
}  
.fieldForm .field100Pct .fieldItemValue,   
.fieldForm .field50Pct .fieldItemValue   
{  
    display:inline;  
}  
.fieldForm .field100Pct .fieldItemValue input   
{  
    width:80%;  
    min-width:200px;  
}  
  
.fieldForm .field50Pct .fieldItemValue input   
{  
    width:60%;min-width:100px;  
}  
.fieldForm .field50Pct {  
    float:left;  
    width:49.9%;  
}  
.fieldForm div div input   
{  
   
    margin-right:15px;  
}  
