Hey guys,
Generally I have been pretty good without needing any assistance but can someone pop in here and let me know why my Font size is so small for my Contact Form please http://www.communitycomputerrepair.com/template-3/contact-us/
Here is the code that I am using which I generally do not need any additional coding
[css]
/* Gravity Forms */
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
padding: 6px 0;
border-radius: 2px;
border: 1px solid #ccc;
background-color: #F5F5F5;
font-size: 14px;
}
/* End Gravity Forms */