#documentFormSection  input[type=text] { 
    padding: 2px; 
    border: solid 1px #ddd;  
    width: 400px; 
    background: #FFFFFF; 
    margin-top: 10px;
	border-radius:4px;
	height: 20px;
	margin-right:6px;
    } 

#documentFormSection  input[type=file] { 
    padding: 2px; 
    border: solid 1px #ddd;  
    width: 400px; 
    background: #FFFFFF; 
    margin-top: 10px;
	border-radius:4px;
	height: 20px;
	margin-right:6px;
	margin-left:4px;
    } 
       

#documentFormSection  input[type=radio] { 
    
    border: solid 1px #ddd;  
    background: #FFFFFF; 

	height: 20px;
	margin-left: 120px; 
    } 
    
#documentFormSection  input.label { 
    padding: 2px; 
    border: solid 1px #ddd;  
    width: 200px; 
    background: #FFFFFF; 
    margin-top: 10px;
	border-radius:4px;
	height: 20px;
	margin-right:6px;
	
    } 
   
   
#documentFormSection  input:hover, #documentFormSection input:focus, { 
    border-color: #ddd; 
    } 
    
#documentFormSection  .labelDesc { 
    margin-left: 20px; 
    color: black;
    display: inline-block;
	width: 100px;
   
    } 
   
#documentFormSection  button { 
   
    padding: 15px; 
    background: #999; 
    border: 0; 
    font-size: 14px; 
    color: #FFFFFF; 
    float:right;
    margin-top: 10px;
 }
 
#documentFormSection  button:hover { 

    background: #777; 
    
 }
 
#documentFormSection fieldset { border:1px solid #004488 }

#documentFormSection legend {
  padding: 0.2em 0.5em;
  margin-left:10px;
  border:1px solid #004488;
  color:#004488;
  font-size:90%;
  text-left;
  }
. labelDesc{
	
}

#selectbox{
	
		display: none;
		
}

#radioButtonElement{
	margin-top: 20px ;
	
}

#inputFileElement{
	margin-left: 20px ;
	
}