#gform_wrapper_1 input[type=text] {
       font-size: 18px ; 
       border-style: dashed ; 
       border-width: 1px ; 
       border-radius: 8px ; 
       width: 100% ; 
       height: 26px ; 
       margin-top: 2px ; 
       padding-top: 2px ; 
       padding-bottom: 2px ; 
    } 

#gform_wrapper_1 .gfield_select {
       font-size: 18px ; 
       border-style: dashed ; 
       border-radius: 8px ; 
       width: 100% ; 
       height: 33px ; 
    } 

#gform_wrapper_1 textarea {
       font-size: 18px ; 
       border-style: dashed ; 
       border-radius: 8px ; 
       width: 100% ; 
       height: 127px ; 
    } 

#gform_wrapper_1 .gform_fields > li {
       border-width: 0px ; 
       margin-bottom: 2px ; 
       padding-bottom: 0px ; 
    } 

#gform_wrapper_1 .gform_footer {
       padding-top: 2px ; 
       padding-bottom: 0px ; 
       padding-right: 0px ; 
       padding-left: 16px ; 
       margin-top: 2px ; 
    } 

