I did a search here and found the following css answer to get the border to work around my form fields but it doesn't work for all the boxes. What is missing?
.gfield input[type="text"] {
border: 1px solid #CCCCCC !important;
border-radius: 2px 2px 2px 2px !important;
color: #888888 !important;
font-family: inherit !important;
font-size: 14px !important;
padding: 2px !important;
}
Sample form is up on the site here: http://areweconnected.com/the-social-media-revamp/
Thanks!
:)