I discovered on line 635 in grunion-contact-form.php that I can remove the supplied CSS styles to have greater control of my own styling of the contact form.
/* Can be dequeued by placing the following in wp-content/themes/yourtheme/functions.php
*
* function remove_grunion_style() {
* wp_dequeue_style('grunion.css');
* }
* add_action('wp_print_styles', 'remove_grunion_style');
*/
This did not work and it turns out I had to also delete/ comment line 27 in grunion-contact-form.php to actually remove the CSS file.